From c5d51d30305bd402673745cea1abce9fd1c4b443 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 11 十一月 2024 11:52:57 +0800
Subject: [PATCH] 上海接口升级调整V3.0

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java |   44 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 38 insertions(+), 6 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 caa2853..612ae51 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
@@ -4,7 +4,6 @@
 import com.bstek.dorado.annotation.PropertyDef;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
-
 import java.io.Serializable;
 import java.util.Date;
 
@@ -25,12 +24,28 @@
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
 
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    private String tyhwbm;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "涓氬姟鏃ユ湡" )
+    private Date ywrq;
+
+    @PropertyDef(label = "鎹熸孩绫诲瀷", description = "1锛氭崯鑰楋紱2锛氭崯澶憋紱3锛氭孩浣欙紱4锛氬叾浠�")
+    private String sylx;
+
+    @PropertyDef(label = "鎹熸孩鐜妭", description = "1:鍏ュ簱鎹熸孩锛�2锛氬嚭搴撴崯婧紝3.鍏朵粬")
+    private String syhj;
+
     @JSONField(format = "yyyy-MM-dd")
     @PropertyDef(label = "璁拌处鏃ユ湡")
     private Date jzrq;
 
     @PropertyDef(label = "鍏ュ簱鍑�閲�")
     private Double rkjz;
+
+    @PropertyDef(label = "鍏ュ簱鏁伴噺(鍏枻)")
+    private double rksl;
 
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     @PropertyDef(label = "鍏ュ簱鏃堕棿")
@@ -55,7 +70,10 @@
     @PropertyDef(label = "鍑哄簱鏉傝川")
     private Double ckzz;
 
-    @PropertyDef(label = "鍑�閲嶆崯婧㈡暟閲�")
+    @PropertyDef(label = "鍌ㄥ鏃堕暱")
+    private Integer ccsc;
+
+    @PropertyDef(label = "瀹為檯鎹熸孩鏁伴噺")
     private Double jzsysl;
 
     @PropertyDef(label = "姘存潅鍑忛噺")
@@ -63,6 +81,9 @@
 
     @PropertyDef(label = "鑷劧鎹熻�楀畾棰�")
     private Double zrshde;
+
+    @PropertyDef(label = "鏄惁瓒呰��", description = "1:鏄紝2锛氬惁")
+    private Integer sfch;
 
     @PropertyDef(label = "瓒呰�楁暟閲�")
     private Double chsl;
@@ -72,6 +93,13 @@
 
     @PropertyDef(label = "鎹熸孩鍘熷洜")
     private String syyy;
+
+    @PropertyDef(label = "鍑烘竻纭鏍囪瘑",description = "0锛氭湭瀹屾垚鍑烘竻纭锛�1锛氬凡瀹屾垚鍑烘竻纭")
+    private Integer cqqrbs;
+
+    @PropertyDef(label = "鍑烘竻纭鏃堕棿")
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    private Date cqqrsj;
 
     @PropertyDef(label = "浠撳偍瀹℃牳浜�")
     private String ccshr;
@@ -89,13 +117,13 @@
     private String ldshr;
 
     @PropertyDef(label = "澶囨敞")
-    private String bz;
-
-    @PropertyDef(label = "鎿嶄綔鏍囧織")
-    private String czbz;
+    private String bz ="鏃�";
 
     @PropertyDef(label = "鍗曟嵁绫诲瀷")
     private String djlx;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
 
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
@@ -107,4 +135,8 @@
     @PropertyDef(label = "鏍囪浣�")
     private String bjw;
 
+    @PropertyDef(label = "绮鎬ц川浠g爜")
+    private String lsxzdm;
+
+
 }

--
Gitblit v1.9.3