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/SH2023Api1112.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java index 2450b24..4fb6a98 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1112.java @@ -22,6 +22,12 @@ @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") + private String tydwbm; + + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; + @PropertyDef(label = "鍗曚綅鍚嶇О") private String dwmc; @@ -76,7 +82,7 @@ private String zy; @PropertyDef(label = "鏈�楂樿亴绉�") - private String zgzc; + private String zgzc = "鏃�"; @PropertyDef(label = "鍙栧緱鏈�楂樿亴绉版垨鑱屼笟璧勬牸鏃堕棿") @JSONField(format = "yyyy-MM-dd") @@ -89,7 +95,7 @@ private String zw; @PropertyDef(label = "鑽h獕绉板彿") - private String rych; + private String rych = "鏃�"; @PropertyDef(label = "鍙栧緱鑽h獕绉板彿鏃堕棿") @JSONField(format = "yyyy-MM-dd") -- Gitblit v1.9.3