From f8cab7a044a39f30494fa4ed25bb139ffcf4cd85 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 21 六月 2024 11:47:33 +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