From 14a284b79ff08527fddfa00ac4d3597039a0d639 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期二, 19 九月 2023 16:32:41 +0800 Subject: [PATCH] 优化调整上海接口上报 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java index 8cac8cf..e58a675 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1205.java @@ -35,9 +35,6 @@ @PropertyDef(label = "璐т綅浠g爜") private String hwdm; - @PropertyDef(label = "璁″垝鏄庣粏鍙�") - private String jhmxh; - @PropertyDef(label = "鍑哄簱閫氱煡鍗曞彿") private String cktzdh; @@ -66,11 +63,13 @@ @PropertyDef(label = "鍗哥伯鍦扮偣") private String xldd; + @PropertyDef(label = "杞﹁埞鍙风被鍨�") + private String cchlx; + @PropertyDef(label = "杞﹁埞鍙�") private String cch; - @PropertyDef(label = "杞﹁埞鍙风被鍨�") - private String cchlx; + @PropertyDef(label = "鎸傝溅鍙�") private String gch; @@ -164,11 +163,17 @@ @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; - private String pch; + private String pch ="鏃�"; private String bjw; - private String jjdh; + private String jjdh ="鏃�"; + + @PropertyDef(label = "璁″垝鏄庣粏鍙�") + private String jhmxh = "鏃�"; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "璁拌处鏃ユ湡") private Date jzrq; + + @PropertyDef(label = "妫�鏂ょ被鍨�") + private String jjlx = "鏃�"; } -- Gitblit v1.9.3