From 954480166aad6d24c9e9889906a0edf762f0da2a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 10 二月 2025 16:32:56 +0800
Subject: [PATCH] 优化库存同步

---
 src/main/java/com/fzzy/api/entity/Api1305.java |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1305.java b/src/main/java/com/fzzy/api/entity/Api1305.java
index bc7e097..ff71b88 100644
--- a/src/main/java/com/fzzy/api/entity/Api1305.java
+++ b/src/main/java/com/fzzy/api/entity/Api1305.java
@@ -21,7 +21,7 @@
 @Entity
 @Table(name = "API_1305")
 @EqualsAndHashCode(callSuper=false)
-public class Api1305 extends ApiParent implements Serializable {
+public class Api1305 implements Serializable {
 
     /**
 	 * 
@@ -41,6 +41,10 @@
     @PropertyDef(label = "浠撴埧浠g爜" )
     @Column(name = "cfdm", length = 25)
     private String cfdm;
+
+    @PropertyDef(label = "缁熶竴浠撴埧缂栫爜")
+    @Column(name = "tycfbm", length = 25)
+    private String tycfbm;
 
     @PropertyDef(label = "閫氶鐩殑" )
     @Column(name = "tfmd", length = 128)
@@ -235,4 +239,24 @@
     @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 = "搴撳尯浠g爜")
+    @Column(name = "kqdm", length = 21)
+    private String kqdm;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "璐т綅浠g爜")
+    @Column(name = "hwdm", length = 30)
+    private String hwdm;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
+    @Column(name = "syncTime")
+    private Date syncTime;
 }

--
Gitblit v1.9.3