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/push/sh2023/dto/SH2023Api1202.java |   29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java
index 00817d1..2a746e4 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java
@@ -4,7 +4,6 @@
 import com.bstek.dorado.annotation.PropertyDef;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
-import javax.persistence.Column;
 import java.io.Serializable;
 import java.util.Date;
 
@@ -28,6 +27,9 @@
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
 
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    private String tyhwbm;
+
     @PropertyDef(label = "涓氬姟绫诲瀷", description = "2锛氬叆搴擄紙榛樿锛�")
     private String ywlx = "2";
 
@@ -40,6 +42,9 @@
 
     @PropertyDef(label = "鍚堝悓鍙�")
     private String hth;
+
+    @PropertyDef(label = "绮潈褰掑睘鍗曚綅缁熶竴缂栫爜")
+    private String lqgsdwtybm;
 
     @PropertyDef(label = "鎵胯繍浜�")
     private String cyr;
@@ -67,6 +72,21 @@
 
     @PropertyDef(label = "瑁呯伯鍦扮偣")
     private String ldd;
+
+    @PropertyDef(label = "鍞伯浜�")
+    private String slr;
+
+    @PropertyDef(label = "鍞伯浜鸿仈绯绘柟寮�")
+    private String slrlxfs;
+
+    @PropertyDef(label = "鍞伯浜鸿韩浠借瘉鍙�")
+    private String slrsfzh;
+
+    @PropertyDef(label = "鍞伯浜鸿处鍙凤紙閾惰鍗℃垨璐︽埛锛�")
+    private String slrzh;
+
+    @PropertyDef(label = "鍞伯浜哄湴鍧�")
+    private String slrdz;
 
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     @PropertyDef(label = "鐧昏鏃堕棿")
@@ -171,7 +191,6 @@
     private String klyy;
 
     @PropertyDef(label = "鐜板満鎵i噺(鍏枻)")
-    @Column(name = "xckl")
     private Double xckl;
 
     @PropertyDef(label = "澧炴墸浠�(鍏枻)")
@@ -228,4 +247,10 @@
     @PropertyDef(label = "璁拌处鏃ユ湡")
     private Date jzrq;
 
+    @PropertyDef(label = "鐢熸垚鏂瑰紡")
+    private String scfs;
+
+    @PropertyDef(label = "鎵嬪姩琛ュ綍鍘熷洜")
+    private String sdblyy;
+
 }
\ No newline at end of file

--
Gitblit v1.9.3