From a2927467ebfa938a420f392deb6882b35570fd33 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 01 十二月 2020 16:48:06 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/CJL-NEW' --- 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