From ab8b3af2bc6460dba2a807d27004e128d772ab24 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 12 七月 2024 09:30:09 +0800 Subject: [PATCH] 增城配置 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java | 38 +++++++++++++++++--------------------- 1 files changed, 17 insertions(+), 21 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java index 88463bf..a8cd1c2 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java @@ -2,14 +2,7 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; -import com.fasterxml.jackson.annotation.JsonIgnore; 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.util.Date; @@ -23,6 +16,9 @@ @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; + + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; @@ -39,32 +35,29 @@ @PropertyDef(label = "搴撳尯浜ф潈", description = "1锛� 鑷湁 2锛氱璧� 3锛氬叡鏈� 4锛氭贩鍚� 9锛氬叾浠�") private String kqcq; - @PropertyDef(label = "鍌ㄥ浠撳") - private double cbcr; - @PropertyDef(label = "鏈夋晥浠撳") - private double yxcr; + private Double yxcr; @PropertyDef(label = "鏈夋晥缃愬") - private double yxgr; + private Double yxgr; @PropertyDef(label = "鍗犲湴闈㈢Н") - private double zdmj; + private Double zdmj; @PropertyDef(label = "浠撴埧鏁�") private Integer cfs; - - @PropertyDef(label = "寤掗棿鏁�") - private Integer ajs; @PropertyDef(label = "娌圭綈鏁�") private Integer ygs; @PropertyDef(label = "搴撳尯缁忓害") - private double jd; + private Double jd; @PropertyDef(label = "搴撳尯绾害") - private double wd; + private Double wd; + + @PropertyDef(label = "搴撳尯鐘舵��", description = "1:姝e父锛堥粯璁わ級 2:閫�鍑哄偍澶囩伯鎵垮偍") + private String kqzt; @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; @@ -73,12 +66,15 @@ @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; - @PropertyDef(label = "搴撳尯灞炴��", description = "1:甯傜骇鐩村睘锛�2:鍖虹骇鐩村睘锛�3:绀句細浠撳锛�4:鍏朵粬") + @PropertyDef(label = "搴撳尯灞炴��", description = "1:甯傜骇鐩村睘锛�2:甯傜骇浠e偍锛�3:鍖虹骇鐩村偍锛�4:鍖虹骇浠e偍锛�9锛氬叾浠�") private String kqsx; - @PropertyDef(label = "搴撳尯鐘舵��") - private String kqzt; + @PropertyDef(label = "寤掗棿鏁�") + private Integer ajs; @PropertyDef(label = "鏍囪浣�", description = "1:姝e父(榛樿), 2:閫�鍑哄偍澶囩伯鎵垮偍") private String bjw; + + @PropertyDef(label = "鍌ㄥ浠撳") + private Double cbcr; } \ No newline at end of file -- Gitblit v1.9.3