From 133163fb85f409b12dab65d5aa3edb7a776a8c29 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 20 三月 2024 14:30:15 +0800 Subject: [PATCH] 优化上报数据的更新时间 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java index 9f98c54..1ad29fb 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.java @@ -43,6 +43,10 @@ @PropertyDef(label = "妫�楠岀被鍒�") private String jylb; + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "妫�楠屾棩鏈�") + private Date jyrq; + @PropertyDef(label = "妫�楠屽崟浣�") private String jydw; @@ -116,10 +120,6 @@ @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; - @JSONField(format = "yyyy-MM-dd") - @PropertyDef(label = "妫�楠屾棩鏈�") - private Date jyrq; - @PropertyDef(label = "鏍囪浣�") private String bjw; @@ -129,4 +129,7 @@ @PropertyDef(label = "绮鎬ц川浠g爜") private String lsxzdm; + @PropertyDef(label = "鎶ュ憡绫诲瀷", description = "1-鍗曚綅妫�楠岋紱2-鏁翠綋妫�楠岋紱3-鍏朵粬") + private String bglx; + } -- Gitblit v1.9.3