From f76300b29d55277090628b3cdb2e901a7b6d0414 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 05 十二月 2023 10:56:39 +0800
Subject: [PATCH] 广东省平台接口-增加上传前赋值最后更新时间。保证数据实时性

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java |   21 ++++++---------------
 1 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
index eca0939..529b88c 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java
@@ -23,17 +23,11 @@
      */
     private static final long serialVersionUID = 1L;
 
-    @PropertyDef(label = "鐩戞帶缂栧彿")
-    private String sxtbh;
+    @PropertyDef(label = "瑙嗛鐩戞帶璁惧id")
+    private String spjksbid;
 
     @PropertyDef(label = "閫氶亾缂栧彿")
-    private int tdbh;
-
-    @PropertyDef(label = "閫氶亾鍚嶇О")
-    private String tdmc;
-
-    @PropertyDef(label = "鐩戞帶璁惧缂栫爜")
-    private String jksbbm;
+    private Integer tdbh;
 
     @PropertyDef(label = "鐩戞帶璁惧鍚嶇О")
     private String jksbmc;
@@ -50,9 +44,6 @@
 
     @PropertyDef(label = "鐩戞帶鍨嬪彿")
     private String jkxh;
-
-    @PropertyDef(label = "鐩戞帶搴忓垪鍙�")
-    private String jkxlh;
 
     /**
      * 1:浠撳唴锛�2:涓氬姟锛�
@@ -100,13 +91,13 @@
     private String jkjlxbm;
 
     @PropertyDef(label = "鐩戞帶棰勭疆浣嶆暟閲�")
-    private int jktyzw;
+    private Integer jktyzw;
 
     @PropertyDef(label = "璁惧IP鍦板潃")
     private String sbipdz;
 
     @PropertyDef(label = "璁惧绔彛鍙�")
-    private int sbdkh;
+    private Integer sbdkh;
 
     @PropertyDef(label = "璁惧鐧诲綍鍚嶇О")
     private String sbdlmc;
@@ -117,7 +108,7 @@
     @PropertyDef(label = "澶囨敞")
     private String bz;
 
-    @PropertyDef(label = "鏍囪浣�")
+    @PropertyDef(label = "鏍囧織浣�")
     private String bjw;
 
     @PropertyDef(label = "鎿嶄綔鏍囧織")

--
Gitblit v1.9.3