From bbc74a6dae2e90a811b2507c5896fe89aa29ccc0 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 08 一月 2020 11:30:46 +0800
Subject: [PATCH] 2020-01-08 1.替换新服务器接口。

---
 Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs
index 40d5d7b..a7f0794 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs
@@ -1,9 +1,15 @@
 锘縰sing System;
+using Shared.SimpleControl;
+
 namespace Shared
 {
     [Serializable]
     public class Timer
     {
+        public string RequestVersion = MainPage.RequestVersion;
+
+        public string RequestSource = MainPage.RequestSource;
+
         /// <summary>
         /// 瀹氭椂鍣ㄧ殑鍞竴ID
         /// </summary>
@@ -17,7 +23,7 @@
         /// <summary>
         /// 缃戝叧ID
         /// </summary>
-        public int RegionID { get; set; }
+        public string RegionID { get; set; }
 
         /// <summary>
         /// 鎵ц鏃堕棿鐐�

--
Gitblit v1.8.0