From a01c352d0db6adfe723adacf09db423243ed3f22 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 23 十二月 2024 17:37:50 +0800 Subject: [PATCH] 数据调整 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1208.java | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 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 6366526..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; @@ -21,6 +20,9 @@ @PropertyDef(label = "璐т綅浠g爜") private String hwdm; + + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; @PropertyDef(label = "绮鍝佺浠g爜") private String lspzdm; @@ -45,6 +47,9 @@ @PropertyDef(label = "涓荤绮簱浠g爜") private String zglkdm; + + @PropertyDef(label = "涓荤绮簱缁熶竴浠g爜") + private String zglktybm; @PropertyDef(label = "绠$悊鏂瑰紡") private String glfs; @@ -109,7 +114,17 @@ 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 = "鏃�"; -- Gitblit v1.9.3