From 95dc97a5b3378f9da80aeec71be0fe02c6b7e057 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 06 十一月 2023 20:22:23 +0800 Subject: [PATCH] 调整广东省轮换计划上报 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java index 55a4912..ee1837c 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java @@ -16,18 +16,18 @@ */ @Data @EqualsAndHashCode(callSuper = false) -public class SH2023Api1311 extends ApiParent implements Serializable { +public class SH2023Api1311 implements Serializable { /** * */ private static final long serialVersionUID = 1L; - @PropertyDef(label = "鐩戞帶缂栧彿") - private String sxtbh; + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id") + private String spjksbid; @PropertyDef(label = "閫氶亾缂栧彿") - private int tdbh; + private Integer tdbh; @PropertyDef(label = "閫氶亾鍚嶇О") private String tdmc; @@ -100,13 +100,13 @@ private String jkjlxbm; @PropertyDef(label = "鐩戞帶棰勭疆浣嶆暟閲�") - private int jktyzw; + private Integer jktyzw; @PropertyDef(label = "璁惧IP鍦板潃") private String sbipdz; @PropertyDef(label = "璁惧绔彛鍙�") - private int sbdkh; + private Integer sbdkh; @PropertyDef(label = "璁惧鐧诲綍鍚嶇О") private String sbdlmc; @@ -117,7 +117,7 @@ @PropertyDef(label = "澶囨敞") private String bz; - @PropertyDef(label = "鏍囪浣�") + @PropertyDef(label = "鏍囧織浣�") private String bjw; @PropertyDef(label = "鎿嶄綔鏍囧織") -- Gitblit v1.9.3