From 60fea1a35f8bfd2eb1399cae05d853b93b3674f9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 03 一月 2020 13:47:35 +0800 Subject: [PATCH] 2020-01-03 1.增加信mqtt网关设备类型支持。 2.住宅ID改为string类型。 --- Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs index 40d5d7b..004ef44 100644 --- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs +++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs @@ -17,7 +17,7 @@ /// <summary> /// 缃戝叧ID /// </summary> - public int RegionID { get; set; } + public string RegionID { get; set; } /// <summary> /// 鎵ц鏃堕棿鐐� -- Gitblit v1.8.0