From ac4532f3b908a0b2ec47f52fd9cad6f2d0fd5d53 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 22 十一月 2024 11:47:57 +0800 Subject: [PATCH] 调整上海定制接口1 --- src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java index 1c3d724..18e2a76 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java @@ -2,10 +2,7 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; -import com.fzzy.api.entity.ApiParent; import lombok.Data; -import lombok.EqualsAndHashCode; -import javax.persistence.Id; import java.io.Serializable; import java.util.Date; @@ -13,23 +10,19 @@ * 鎺ュ彛琛�-绮鍑哄簱淇℃伅 */ @Data -@EqualsAndHashCode(callSuper = false) -public class Nx2023Api1205 extends ApiParent implements Serializable { +public class Nx2023Api1205 implements Serializable { - - /** - * - */ - private static final long serialVersionUID = -6381473449862569451L; - - - //涓氬姟鍗曞彿鐢� 12 浣嶆暟瀛楃粍鎴愶紝绗� 1-2 浣嶄负涓氬姟缂栫爜锛�15 浠h〃绮鍑哄簱锛夛紝绗� 3-8 浣嶄緷娆′负骞翠唤鐨勫悗涓や綅銆�2 浣嶆湀浠姐��2浣嶆棩鏈燂紝鍚庡洓浣嶄负椤哄簭鐮併�備緥濡傦細141605041234 - @Id @PropertyDef(label = "鍑哄簱涓氬姟鍗曞彿") private String ckywdh; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; + @PropertyDef(label = "璐т綅浠g爜") private String hwdm; + + @PropertyDef(label = "璁″垝鏄庣粏鍙�") + private String jhmxh; @PropertyDef(label = "鍑哄簱閫氱煡鍗曞彿") private String cktzdh; @@ -43,6 +36,9 @@ @PropertyDef(label = "鍚堝悓鍙�") private String hth; + + @PropertyDef(label = "璐ㄦ鎶ュ憡鍗曞彿") + private String zjbgdh; @PropertyDef(label = "鎵胯繍浜�") private String cyr; @@ -144,8 +140,14 @@ @PropertyDef(label = "鍑哄簱缁撶畻鍗曞彿") private String ckjsdh; - @PropertyDef(label = "鏀舵敮绫诲瀷") - private String szlx; + @PropertyDef(label = "缁熶竴鍑哄簱缁撶畻鍗曞彿") + private String tyckjsdh; + + @PropertyDef(label = "鐢熸垚鏂瑰紡") + private Integer scfs; + + @PropertyDef(label = "鎵嬪姩琛ュ綍鍘熷洜") + private String sdblyy; @PropertyDef(label = "澶囨敞") private String bz; -- Gitblit v1.9.3