From 069c3ea2792899256f46c44ff2bd497d91f91a4d Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期五, 08 三月 2024 16:03:30 +0800
Subject: [PATCH] 优化出入库数据同步的必填项

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
index 96d7a02..1ad29fb 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java
@@ -45,7 +45,7 @@
 
     @JSONField(format = "yyyy-MM-dd")
     @PropertyDef(label = "妫�楠屾棩鏈�")
-    private String jyrq;
+    private Date jyrq;
 
     @PropertyDef(label = "妫�楠屽崟浣�")
     private String jydw;
@@ -129,4 +129,7 @@
     @PropertyDef(label = "绮鎬ц川浠g爜")
     private String lsxzdm;
 
+    @PropertyDef(label = "鎶ュ憡绫诲瀷", description = "1-鍗曚綅妫�楠岋紱2-鏁翠綋妫�楠岋紱3-鍏朵粬")
+    private String bglx;
+
 }

--
Gitblit v1.9.3