From 637e5d4b9b37f165c639ed74cdaf7b98c514473b Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期四, 21 十二月 2023 20:33:17 +0800
Subject: [PATCH] 调整宁夏省平台文件上传接口

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
index 8cac8cf..cd7b4c7 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java
@@ -35,9 +35,6 @@
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
 
-    @PropertyDef(label = "璁″垝鏄庣粏鍙�")
-    private String jhmxh;
-
     @PropertyDef(label = "鍑哄簱閫氱煡鍗曞彿")
     private String cktzdh;
 
@@ -66,11 +63,11 @@
     @PropertyDef(label = "鍗哥伯鍦扮偣")
     private String xldd;
 
-    @PropertyDef(label = "杞﹁埞鍙�")
-    private String cch;
-
     @PropertyDef(label = "杞﹁埞鍙风被鍨�")
     private String cchlx;
+
+    @PropertyDef(label = "杞﹁埞鍙�")
+    private String cch;
 
     @PropertyDef(label = "鎸傝溅鍙�")
     private String gch;
@@ -164,11 +161,19 @@
     @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
     private Date zhgxsj;
 
-    private String pch;
+    private String pch ="鏃�";
     private String bjw;
-    private String jjdh;
+    private String jjdh ="鏃�";
+
+    @PropertyDef(label = "璁″垝鏄庣粏鍙�")
+    private String jhmxh = "鏃�";
 
     @JSONField(format = "yyyy-MM-dd")
     @PropertyDef(label = "璁拌处鏃ユ湡")
     private Date jzrq;
+
+    @PropertyDef(label = "妫�鏂ょ被鍨�")
+    private String jjlx = "鏃�";
+
+    private String lhnd;
 }

--
Gitblit v1.9.3