From 6c76ad7d3c1e6b2a2cea4986f9bcb0f7215c3563 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期二, 13 八月 2024 09:38:44 +0800 Subject: [PATCH] 优化测温协议 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java index 34c449b..900830e 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java @@ -37,9 +37,11 @@ @PropertyDef(label = "璁″垝骞村害") private String jhnd; + @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "寮�濮嬫墽琛屾棩鏈�") private Date kszxrq; + @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "鎴鎵ц鏃ユ湡") private Date jzzxrq; @@ -57,5 +59,11 @@ @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @PropertyDef(label = "鏍囪浣�") + private String bjw; + } -- Gitblit v1.9.3