From 65b9b81171843545bc17a8e7167ff06c3d80e73d Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 18 九月 2023 16:00:54 +0800
Subject: [PATCH] 调整上海接口加密问题

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

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java
index 5d797f3..42fcb22 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java
@@ -3,22 +3,15 @@
 import com.alibaba.fastjson.annotation.JSONField;
 import com.bstek.dorado.annotation.PropertyDef;
 import com.fasterxml.jackson.annotation.JsonFormat;
-import com.fzzy.api.entity.ApiParent;
 import lombok.Data;
-import lombok.EqualsAndHashCode;
 import org.springframework.format.annotation.DateTimeFormat;
-
-import javax.persistence.Column;
-import javax.persistence.Entity;
-import javax.persistence.Id;
-import javax.persistence.Table;
 import java.io.Serializable;
 import java.util.Date;
 
 /**
  * 鎺ュ彛琛�-鍗曚綅
  *
- * @author chen
+ * @author czt
  * @date 2022-09-02 14:18
  */
 @Data
@@ -96,6 +89,9 @@
     @PropertyDef(label = "浠撴埧鏁�")
     private Integer cfs;
 
+    @PropertyDef(label = "寤掗棿鏁�")
+    private Integer ajs;
+
     @PropertyDef(label = "娌圭綈鏁�")
     private Integer ygs;
 
@@ -105,26 +101,8 @@
     @PropertyDef(label = "绾害")
     private double wd;
 
-    @PropertyDef(label = "鍗曚綅鐘舵��")
-    private String dwzt;
-
-    @PropertyDef(label = "澶囨绫诲瀷", description = "0:鍒濇澶囨 1:鍙樻洿澶囨 2:閲嶆柊澶囨")
-    private String balx;
-
-    @PropertyDef(label = "浠撳偍涓氬姟绫诲瀷")
-    private String ccywlx;
-
-    @PropertyDef(label = "浠撳偍鍝佺")
-    private String ccpz;
-
-    @PropertyDef(label = "澶囨鐘舵��")
-    private String bazt;
-
     @PropertyDef(label = "鎿嶄綔鏍囧織")
     private String czbz;
-
-    @PropertyDef(label = "寤掗棿鏁�")
-    private Integer ajs;
 
     @PropertyDef(label = "鏍囪浣�")
     private String bjw;
@@ -133,17 +111,4 @@
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     private Date zhgxsj;
 
-    @JSONField(serialize = false)
-    @PropertyDef(label = "涓氬姟id")
-    private String bizId;
-
-    @JSONField(serialize = false)
-    @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
-    private Date syncTime;
-
-    @JSONField(serialize = false)
-    @PropertyDef(label = "搴撳尯浠g爜")
-    private String kqdm;
-
-
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3