From 4676c3c00f3e56ed65c149f4dd2c2697e0f1890c Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期六, 07 十月 2023 09:58:23 +0800 Subject: [PATCH] 优化温湿度数据同步 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java index eca0939..77e06fc 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java @@ -23,8 +23,8 @@ */ private static final long serialVersionUID = 1L; - @PropertyDef(label = "鐩戞帶缂栧彿") - private String sxtbh; + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id") + private String spjksbid; @PropertyDef(label = "閫氶亾缂栧彿") private int tdbh; @@ -117,7 +117,7 @@ @PropertyDef(label = "澶囨敞") private String bz; - @PropertyDef(label = "鏍囪浣�") + @PropertyDef(label = "鏍囧織浣�") private String bjw; @PropertyDef(label = "鎿嶄綔鏍囧織") -- Gitblit v1.9.3