From 90b950bfd7f8c8c4835edf5e8a1062d17d953032 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 14 十月 2025 11:14:59 +0800 Subject: [PATCH] 宁夏轮换计划接口调整 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java index bfcee7a..7f0310a 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java @@ -4,7 +4,6 @@ import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; - import java.io.Serializable; import java.util.Date; @@ -22,6 +21,9 @@ @PropertyDef(label = "璐т綅浠g爜") private String hwdm; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; + @PropertyDef(label = "绮鍝佺浠g爜") private String lspzdm; @@ -35,7 +37,7 @@ private String shnd; @PropertyDef(label = "鍥藉埆") - private Date gb; + private String gb; @PropertyDef(label = "浜у湴") private String cd; @@ -45,6 +47,9 @@ @PropertyDef(label = "涓荤绮簱浠g爜") private String zglkdm; + + @PropertyDef(label = "涓荤绮簱缁熶竴浠g爜") + private String zglktybm; @PropertyDef(label = "绠$悊鏂瑰紡") private String glfs; @@ -103,16 +108,26 @@ private Date zhgxsj; @PropertyDef(label = "鎵规鍙�") - private String pch; + private String pch = "鏃�"; @PropertyDef(label = "鏍囪浣�") private String bjw; @PropertyDef(label = "鎴愬搧绮鏍�") - private String cplgg; + private Integer cplgg = 0; + + @PropertyDef(label = "鎴愬搧绮寘鏁�") + private Integer cplbs = 0; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鐢熶骇鏃ユ湡") + private Date scrq; + + @PropertyDef(label = "淇濊川鏈�") + private String bzq; @PropertyDef(label = "鏉ョ伯浠g爜") - private String goodscode; + private String goodscode = "鏃�"; } -- Gitblit v1.9.3