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/SH2023Api1209.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
index 612ae51..663ac34 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
@@ -83,7 +83,7 @@
     private Double zrshde;
 
     @PropertyDef(label = "鏄惁瓒呰��", description = "1:鏄紝2锛氬惁")
-    private Integer sfch;
+    private String sfch;
 
     @PropertyDef(label = "瓒呰�楁暟閲�")
     private Double chsl;
@@ -95,7 +95,7 @@
     private String syyy;
 
     @PropertyDef(label = "鍑烘竻纭鏍囪瘑",description = "0锛氭湭瀹屾垚鍑烘竻纭锛�1锛氬凡瀹屾垚鍑烘竻纭")
-    private Integer cqqrbs;
+    private String cqqrbs;
 
     @PropertyDef(label = "鍑烘竻纭鏃堕棿")
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
@@ -138,5 +138,7 @@
     @PropertyDef(label = "绮鎬ц川浠g爜")
     private String lsxzdm;
 
+    @PropertyDef(label = "绮鍝佺浠g爜")
+    private String lspzdm;
 
 }

--
Gitblit v1.9.3