From 9c33e4ccb90fae87a614abd2ed1ab034d3b7a13d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 26 三月 2021 11:26:01 +0800
Subject: [PATCH] 2021-03-26 1.对接接口优化。

---
 HDL_ON/Common/R.cs |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 7fcd492..1451136 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,7 +4,18 @@
 {
     public static class StringId
     {
-        public const int Lightint = 433;
+        public const int TimeSwitch = 434;
+        public const int WaterValve = 433;
+        public const int Use3tyBrandListTip = 432;
+        public const int Not3tyBrandListTip = 431;
+        public const int MinuteUint = 430;
+        public const int HourUint = 429;
+        public const int AnionTime = 428;
+        public const int DisinfectTime = 427;
+        public const int WindDryTime = 426;
+        public const int HotDryTime = 425;
+        public const int Time = 424;
+        public const int Lightint = 423;
         public const int Disinfect = 422;
         public const int WindDry = 421;
         public const int HotDry = 420;
@@ -561,17 +572,17 @@
         /// </summary>
         public const int AutoClean = 1035;
         /// <summary>
-        /// 瀹氱偣娓呮壂
+        /// 闅忔満娓呮壂
         /// </summary>
-        public const int FixedPointClean = 1036;
+        public const int RandomClean = 1036;
         /// <summary>
         /// 娌垮娓呮壂
         /// </summary>
         public const int WallClean = 1037;
         /// <summary>
-        /// 鍖哄煙娓呮壂
+        /// 铻烘棆娓呮壂
         /// </summary>
-        public const int AreaClean = 1038;
+        public const int SpiralClean = 1038;
         /// <summary>
         /// 鎬绘竻娲侀潰绉�
         /// </summary>
@@ -733,8 +744,15 @@
         public const int shifouyouxiangying = 6063;
         public const int kongzhishibai = 6064;
         public const int kongzhichenggong = 6065;
-
-
+        public const int kaiguankai = 6066; 
+        public const int moshizhileng = 6067;   
+        public const int fengsuzhongfeng = 6068; 
+        public const int wendu26 = 6069;
+        public const int shanchushebei = 6070;
+        public const int xiugaimingzi = 6071;
+        public const int querenshanchu = 6072;
+        public const int quxiao = 6073;
+      
 
 
 

--
Gitblit v1.8.0