From 4a5e9d0447aae9b264a98ea1f4c95417d0f4aa91 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 01 十二月 2020 17:20:01 +0800 Subject: [PATCH] Merge branch 'master' into WJC --- HDL_ON/Common/Constant.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 46c8b0a..d5c497e 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -189,5 +189,26 @@ ON_Plus, } + /// <summary> + /// 鍒嗕韩 绫诲瀷 + /// 鍒嗕韩绫诲瀷 1.ROOM 2.DEVICE 3.SCENE + /// </summary> + public enum ShareType + { + /// <summary> + /// + /// </summary> + ROOM = 1, + /// <summary> + /// + /// </summary> + DEVICE, + /// <summary> + /// + /// </summary> + SCENE, + } + + #endregion } -- Gitblit v1.8.0