From 51a999d87421497bb7bb25e47965f78261f801c3 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期日, 21 四月 2024 15:43:26 +0800
Subject: [PATCH] 国家统一编码-增加统一编码字段及页面调整

---
 src/main/java/com/fzzy/api/entity/Api1403.java |   45 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1403.java b/src/main/java/com/fzzy/api/entity/Api1403.java
index f8ccb84..277625a 100644
--- a/src/main/java/com/fzzy/api/entity/Api1403.java
+++ b/src/main/java/com/fzzy/api/entity/Api1403.java
@@ -28,8 +28,9 @@
 	 */
 	private static final long serialVersionUID = 1L;
 
+    /*----------鍥芥爣瀛楁----------*/
 	@Id
-    @PropertyDef(label = "杞崲璁″垝鍗曞彿" )
+    @PropertyDef(label = "杞崲璁″垝鍗曞彿", description = "鍗曚綅缂栫爜 + 4浣嶅勾浠� + 3浣嶉『搴忓彿")
     @Column(name = "lhjhdh", length = 25)
     private String lhjhdh;
 
@@ -59,9 +60,17 @@
     @Column(name = "jhxddw", length = 18)
     private String jhxddw;
 
+    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜")
+    @Column(name = "tydwbm", length = 20)
+    private String tydwbm;
+
+    @PropertyDef(label = "璁″垝涓嬭揪鍗曚綅鍚嶇О" )
+    @Column(name = "jhxddwmc", length = 256)
+    private String jhxddwmc;
+
     @JSONField(format = "yyyy-MM-dd")
     @PropertyDef(label = "璁″垝涓嬭揪鏃堕棿" )
-    @Column(name = "jhxdsj",nullable = false)
+    @Column(name = "jhxdsj")
     private Date jhxdsj;
 
     @PropertyDef(label = "鎿嶄綔鏍囧織" )
@@ -73,10 +82,16 @@
     @Column(name = "zhgxsj")
     private Date zhgxsj;
 
+    /*----------鑷富涓氬姟瀛楁----------*/
     @JSONField(serialize = false)
     @PropertyDef(label = "涓氬姟id")
     @Column(name = "bizId", length = 40)
     private String bizId;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "鏂囦欢鍦板潃")
+    @Column(name = "wjdz")
+    private String wjdz;
 
     @PropertyDef(label = "搴撳尯浠g爜")
     @Column(name = "kqdm", length = 21)
@@ -86,4 +101,30 @@
     @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
     @Column(name = "syncTime")
     private Date syncTime;
+
+
+    /*----------骞夸笢鐪佸钩鍙拌鑼冨瓧娈�----------*/
+    @PropertyDef(label = "绠$悊鏂瑰紡" )
+    @Column(name = "manageWay")
+    private String manageWay;
+
+    @PropertyDef(label = "杞崲绫诲瀷" )
+    @Column(name = "rotationType")
+    private String rotationType;
+
+    @PropertyDef(label = "鏂囦欢瀛樺偍ID" )
+    @Column(name = "fileStorageId")
+    private String fileStorageId;
+
+    @PropertyDef(label = "鏂囦欢鍚嶇О" )
+    @Column(name = "fileName")
+    private String fileName;
+
+    @PropertyDef(label = "杞叆鏁伴噺" )
+    @Column(name = "rotationInQty")
+    private Double rotationInQty;
+
+    @PropertyDef(label = "杞嚭鏁伴噺" )
+    @Column(name = "rotationOutQty")
+    private Double rotationOutQty;
 }

--
Gitblit v1.9.3