From a63ccbac7d05e8f7592fd2040275770d59f67c5f Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 05 十二月 2024 11:21:47 +0800 Subject: [PATCH] 同步调整 --- src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1203.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1203.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1203.java index 0acfc06..98bbcfe 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1203.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1203.java @@ -3,6 +3,8 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; + +import javax.persistence.Column; import java.io.Serializable; import java.util.Date; @@ -14,6 +16,9 @@ @PropertyDef(label = "鍏ュ簱妫�楠屽崟鍙�") private String rkjydh; + + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; @PropertyDef(label = "璐т綅浠g爜") private String hwdm; @@ -53,6 +58,9 @@ @PropertyDef(label = "妫�楠岀粨鏋�") private String jyjg; + @PropertyDef(label = "椋熷搧瀹夊叏鎸囨爣鏄惁鍚堟牸") + private String spaqzbsfhg; + @PropertyDef(label = "绮鍝佺浠g爜") private String lspzdm; -- Gitblit v1.9.3