From 757ee5dc2ca4185d3c60db1e8c35d2e96e15c50c Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 14 十二月 2023 17:35:46 +0800 Subject: [PATCH] 上海省平台共享接口-监控信息更新 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1207.java | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1207.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1207.java index ef7a2dd..f1f1c74 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1207.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1207.java @@ -45,7 +45,7 @@ private Date dcrq; @PropertyDef(label = "鍊掑嚭鏁伴噺") - private Double dcsl; + private double dcsl; @PropertyDef(label = "鍖呰鐗�") private String bzw; @@ -63,9 +63,12 @@ @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; - @PropertyDef(label = "搴撹皟鍗曞彿") - private String kddh; + @PropertyDef(label = "鎵规鍙�") + private String pch; @PropertyDef(label = "鏍囪浣�") private String bjw; -} + + @PropertyDef(label = "搴撹皟鍗曞彿") + private String kddh; +} \ No newline at end of file -- Gitblit v1.9.3