From 5408346178dd12b7ab78fb51c76f59c300a7e153 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期四, 31 十月 2024 23:37:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java b/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java index 976af90..4a721e0 100644 --- a/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java +++ b/src/main/java/com/fzzy/push/gd2023/dto/Gd2023Api1110.java @@ -10,46 +10,48 @@ /** * 鎺ュ彛琛�-搴撳尯鍥句粨鎴跨偣浣嶆爣娉ㄦ帴鍙� - * */ @Data -@EqualsAndHashCode(callSuper=false) +@EqualsAndHashCode(callSuper = false) public class Gd2023Api1110 implements Serializable { /** - * - */ - private static final long serialVersionUID = -2000199652473542869L; + * + */ + private static final long serialVersionUID = -2000199652473542869L; - @PropertyDef(label = "鍗曚綅浠g爜" ) + @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; - @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜" ) + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") private String tydwbm; - @PropertyDef(label = "搴撳尯浠g爜" ) + @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; - @PropertyDef(label = "璐т綅浠g爜" ) + @PropertyDef(label = "缁熶竴搴撳尯浠g爜") + private String tykqbm; + + @PropertyDef(label = "璐т綅浠g爜") private String hwdm; @PropertyDef(label = "缁熶竴璐т綅缂栫爜") private String tyhwbm; - @PropertyDef(label = "璐т綅鐩稿浣嶇疆" ) + @PropertyDef(label = "璐т綅鐩稿浣嶇疆") private String hwxdwz; - @PropertyDef(label = "璐т綅浣嶇疆鏍峰紡" ) + @PropertyDef(label = "璐т綅浣嶇疆鏍峰紡") private String hwwzys; - @PropertyDef(label = "澶囨敞" ) + @PropertyDef(label = "澶囨敞") private String bz; - @PropertyDef(label = "鎿嶄綔鏍囧織" ) + @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; - @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; -- Gitblit v1.9.3