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/SH2023Api1212.java | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1212.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1212.java index 756e56d..581d295 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1212.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1212.java @@ -9,7 +9,7 @@ import java.util.Date; /** - * 鎺ュ彛琛�-绮搴撳瓨淇℃伅 + * 鎺ュ彛琛�-瀹㈡埛淇℃伅 */ @Data @EqualsAndHashCode(callSuper = false) @@ -22,11 +22,17 @@ @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") + private String tydwbm; + @PropertyDef(label = "鍗曚綅鍚嶇О") private String dwmc; @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; + + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; @PropertyDef(label = "搴撳尯鍚嶇О") private String kqmc; @@ -41,31 +47,31 @@ private String khmc; @PropertyDef(label = "娉曞畾浠h〃浜�") - private String fddbr; + private String fddbr = "鏃�"; @PropertyDef(label = "閫氳鍦板潃") - private String txdz; + private String txdz = "鏃�"; @PropertyDef(label = "閭斂缂栫爜") - private String yzbm; + private String yzbm = "鏃�"; @PropertyDef(label = "鑱旂郴浜哄鍚�") - private String lxrxm; + private String lxrxm = "鏃�"; @PropertyDef(label = "鑱旂郴鐢佃瘽") - private String lxrdh; + private String lxrdh = "鏃�"; @PropertyDef(label = "鑱旂郴浜鸿韩浠借瘉鍙�") - private String lxrsfzh; + private String lxrsfzh = "鏃�"; @PropertyDef(label = "鐢靛瓙淇$") - private String dzyx; + private String dzyx = "1"; @PropertyDef(label = "瀹㈡埛鏂瑰紑鎴疯") - private String khfkhh; + private String khfkhh = "999"; @PropertyDef(label = "瀹㈡埛鏂硅处鍙�") - private String khfzh; + private String khfzh = "0"; @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; -- Gitblit v1.9.3