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 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/Timer.cs index 004ef44..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> -- Gitblit v1.8.0