From 323d013281bffdd7d1873af70642bd552dd22814 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 30 十月 2024 00:53:15 +0800
Subject: [PATCH] 基础数据上报

---
 src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java b/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java
index 976af90..4a721e0 100644
--- a/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java
+++ b/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java
@@ -10,46 +10,48 @@
 
 /**
  * 鎺ュ彛琛�-搴撳尯鍥句粨鎴跨偣浣嶆爣娉ㄦ帴鍙�
- *
  */
 @Data
-@EqualsAndHashCode(callSuper=false)
+@EqualsAndHashCode(callSuper = false)
 public class Gd2023Api1110 implements Serializable {
 
     /**
-	 * 
-	 */
-	private static final long serialVersionUID = -2000199652473542869L;
+     *
+     */
+    private static final long serialVersionUID = -2000199652473542869L;
 
 
-    @PropertyDef(label = "鍗曚綅浠g爜" )
+    @PropertyDef(label = "鍗曚綅浠g爜")
     private String dwdm;
 
-    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜" )
+    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜")
     private String tydwbm;
 
-    @PropertyDef(label = "搴撳尯浠g爜" )
+    @PropertyDef(label = "搴撳尯浠g爜")
     private String kqdm;
 
-    @PropertyDef(label = "璐т綅浠g爜" )
+    @PropertyDef(label = "缁熶竴搴撳尯浠g爜")
+    private String tykqbm;
+
+    @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
 
     @PropertyDef(label = "缁熶竴璐т綅缂栫爜")
     private String tyhwbm;
 
-    @PropertyDef(label = "璐т綅鐩稿浣嶇疆" )
+    @PropertyDef(label = "璐т綅鐩稿浣嶇疆")
     private String hwxdwz;
 
-    @PropertyDef(label = "璐т綅浣嶇疆鏍峰紡" )
+    @PropertyDef(label = "璐т綅浣嶇疆鏍峰紡")
     private String hwwzys;
 
-    @PropertyDef(label = "澶囨敞" )
+    @PropertyDef(label = "澶囨敞")
     private String bz;
 
-    @PropertyDef(label = "鎿嶄綔鏍囧織" )
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
     private String czbz;
 
-    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" )
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     private Date zhgxsj;
 

--
Gitblit v1.9.3