From 366bd9b4bd8f4323959fbf345c31ce38ea719553 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 18 九月 2023 22:09:57 +0800 Subject: [PATCH] 优化上海接口上传 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java index d20afe9..2450b24 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java @@ -3,11 +3,6 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; - -import javax.persistence.Column; -import javax.persistence.Entity; -import javax.persistence.Id; -import javax.persistence.Table; import java.io.Serializable; import java.util.Date; @@ -21,13 +16,8 @@ * */ private static final long serialVersionUID = -6628887714024258654L; - - @PropertyDef(label = "韬唤璇佸彿鐮�") - private String sfzhm; - @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; - @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; @@ -46,6 +36,9 @@ @PropertyDef(label = "鎬у埆") private String xb; + + @PropertyDef(label = "韬唤璇佸彿鐮�") + private String sfzhm; @PropertyDef(label = "鍏ヨ亴鏃ユ湡") @JSONField(format = "yyyy-MM-dd") @@ -82,6 +75,9 @@ @PropertyDef(label = "涓撲笟") private String zy; + @PropertyDef(label = "鏈�楂樿亴绉�") + private String zgzc; + @PropertyDef(label = "鍙栧緱鏈�楂樿亴绉版垨鑱屼笟璧勬牸鏃堕棿") @JSONField(format = "yyyy-MM-dd") private Date qdzgzchzyzgsj; @@ -92,6 +88,13 @@ @PropertyDef(label = "鑱屽姟") private String zw; + @PropertyDef(label = "鑽h獕绉板彿") + private String rych; + + @PropertyDef(label = "鍙栧緱鑽h獕绉板彿鏃堕棿") + @JSONField(format = "yyyy-MM-dd") + private Date hdrychsj; + @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; @@ -101,6 +104,5 @@ @PropertyDef(label = "鏍囪浣�") private String bjw; - } -- Gitblit v1.9.3