From 2e9d613fe81672527aee193442387c23609cbd54 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期日, 24 十一月 2024 10:07:41 +0800
Subject: [PATCH] 装箱单打印调整

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Product.java b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Product.java
index d466aaf..dc7fb55 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Product.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Product.java
@@ -12,6 +12,7 @@
     @TableId(type = IdType.AUTO)
     private Long id;
     private String productName;
+    private String productAbbreviation;
     private String typeId;
     private String typeName;
     private Double totalThickness;

--
Gitblit v1.8.0