From 4603da77459b23291191b52a35c5c8ccb9ac60e3 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 28 六月 2024 15:04:49 +0800 Subject: [PATCH] 上海省平台协议-添加统一编码 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 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 beb7b97..847ce9e 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java @@ -2,7 +2,6 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; -import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; @@ -23,23 +22,20 @@ */ private static final long serialVersionUID = 1L; - @PropertyDef(label = "鐩戞帶缂栧彿") - private String sxtbh; + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id") + private String spjksbid; @PropertyDef(label = "閫氶亾缂栧彿") - private int tdbh; - - @PropertyDef(label = "閫氶亾鍚嶇О") - private String tdmc; - - @PropertyDef(label = "鐩戞帶璁惧缂栫爜") - private String jksbbm; + private Integer tdbh; @PropertyDef(label = "鐩戞帶璁惧鍚嶇О") private String jksbmc; @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; + + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; /** * 1 娴峰悍, 2 澶у崕, 3 瀹囪 @@ -50,9 +46,6 @@ @PropertyDef(label = "鐩戞帶鍨嬪彿") private String jkxh; - - @PropertyDef(label = "鐩戞帶搴忓垪鍙�") - private String jkxlh; /** * 1:浠撳唴锛�2:涓氬姟锛� @@ -100,13 +93,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,6 +110,12 @@ @PropertyDef(label = "澶囨敞") private String bz; + @PropertyDef(label = "鏍囧織浣�") + private String bjw; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; -- Gitblit v1.9.3