From d1ab259186e2341a0839c87300065e9bb5f14e9c Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 12 十一月 2019 10:42:14 +0800 Subject: [PATCH] 2019.11.12 --- ZigbeeApp/Shared/R.cs | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 272f03e..0dc0ca4 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -1078,6 +1078,36 @@ /// </summary> public const int MyAblums = 13148; + /// <summary> + /// 閫夋嫨鎽嗛 + /// </summary> + public const int SelectSwing=13500; + /// <summary> + /// 鑷姩 + /// </summary> + public const int Swing_Auto = 13501; + /// <summary> + /// 1鎸� + /// </summary> + public const int Swing_First = 13502; + /// <summary> + /// 2鎸� + /// </summary> + public const int Swing_Second = 13503; + /// <summary> + /// 3鎸� + /// </summary> + public const int Swing_Thrid = 13504; + /// <summary> + /// 4鎸� + /// </summary> + public const int Swing_Fourth = 13505; + /// <summary> + /// 5鎸� + /// </summary> + public const int Swing_Fifth = 13506; + + #endregion -- Gitblit v1.8.0