From cd091408dcff794e3001e43b99a6d521cfff36dc Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 13 十一月 2023 21:04:04 +0800
Subject: [PATCH] 优化上海接口批次号问题

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

diff --git a/src/main/java/com/fzzy/api/entity/Api1403.java b/src/main/java/com/fzzy/api/entity/Api1403.java
index 28a57c4..bbc2033 100644
--- a/src/main/java/com/fzzy/api/entity/Api1403.java
+++ b/src/main/java/com/fzzy/api/entity/Api1403.java
@@ -28,6 +28,7 @@
 	 */
 	private static final long serialVersionUID = 1L;
 
+    /*----------鍥芥爣瀛楁----------*/
 	@Id
     @PropertyDef(label = "杞崲璁″垝鍗曞彿", description = "鍗曚綅缂栫爜 + 4浣嶅勾浠� + 3浣嶉『搴忓彿")
     @Column(name = "lhjhdh", length = 25)
@@ -65,7 +66,7 @@
 
     @JSONField(format = "yyyy-MM-dd")
     @PropertyDef(label = "璁″垝涓嬭揪鏃堕棿" )
-    @Column(name = "jhxdsj",nullable = false)
+    @Column(name = "jhxdsj")
     private Date jhxdsj;
 
     @PropertyDef(label = "鎿嶄綔鏍囧織" )
@@ -90,4 +91,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