From 2263d722551f8179376c7291124148effa391672 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 26 一月 2024 16:14:28 +0800
Subject: [PATCH] 修改order实体类文件

---
 north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java b/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java
index 3a3bf10..15f2563 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java
@@ -26,4 +26,6 @@
         map.put("total",productMapper.getPageTotal(offset,pageSize,glassTypeId,product));
         return map;
     }
+
+
 }

--
Gitblit v1.8.0