From 4603da77459b23291191b52a35c5c8ccb9ac60e3 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 28 六月 2024 15:04:49 +0800
Subject: [PATCH] 上海省平台协议-添加统一编码

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java |   33 ++++++++-------------------------
 1 files changed, 8 insertions(+), 25 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
index a99e9e6..9252212 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
@@ -4,12 +4,6 @@
 import com.bstek.dorado.annotation.PropertyDef;
 import com.fzzy.conf.NumberSerializer;
 import lombok.Data;
-import lombok.EqualsAndHashCode;
-
-import javax.persistence.Column;
-import javax.persistence.Entity;
-import javax.persistence.Id;
-import javax.persistence.Table;
 import java.io.Serializable;
 import java.math.BigDecimal;
 import java.util.Date;
@@ -18,7 +12,6 @@
  * 鎺ュ彛琛�-鍚堝悓淇℃伅
  */
 @Data
-@EqualsAndHashCode(callSuper = false)
 public class SH2023Api1201 implements Serializable {
 
     /**
@@ -30,14 +23,19 @@
     private String hth;
 
     @PropertyDef(label = "鍚堝悓鍚嶇О")
-    @Column(name = "htmc", length = 128)
     private String htmc;
 
     @PropertyDef(label = "鍗曚綅浠g爜")
     private String dwdm;
 
+    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜")
+    private String tydwbm;
+
     @PropertyDef(label = "涓氬姟绫诲埆")
     private String ywlx;
+
+    @PropertyDef(label = "璐攢鏂瑰紡")
+    private String gxfs;
 
     @PropertyDef(label = "瀹㈡埛绫诲瀷")
     private String khlx;
@@ -103,19 +101,15 @@
     @PropertyDef(label = "瀹為檯瀹屾垚鏃堕棿")
     private Date sswcsj;
 
-    @JSONField(name = "Lysl")
     @PropertyDef(label = "灞ョ害鏁伴噺")
     private double lysl;
 
-    @JSONField(name = "Lyl")
     @PropertyDef(label = "灞ョ害鐜�")
-    private double lyl;
+    private double lyl = 100;
 
-    @JSONField(name = "Jsjg")
     @PropertyDef(label = "缁撶畻浠锋牸")
     private double jsjg;
 
-    @JSONField(name = "Jszje", serializeUsing = NumberSerializer.class)
     @PropertyDef(label = "缁撶畻鎬婚噾棰�")
     private BigDecimal jszje;
 
@@ -157,19 +151,8 @@
     @PropertyDef(label = "鏇存柊鏃堕棿")
     private Date zhgxsj;
 
-    @JSONField(serialize = false)
-    @PropertyDef(label = "涓氬姟id")
-    private String bizId;
-
-    @PropertyDef(label = "搴撳尯浠g爜")
-    private String kqdm;
-
-    @JSONField(serialize = false)
-    @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
-    private Date syncTime;
-
     @PropertyDef(label = "鍚堝悓鏄惁涓")
-    private String htsfzz;
+    private String htsfzz = "0";
 
     @PropertyDef(label = "鏍囪浣�")
     private String bjw;

--
Gitblit v1.9.3