From 0f2e0147e8990e913d16d99bc1b94fb6bc53abd7 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 03 十二月 2020 15:35:42 +0800 Subject: [PATCH] 2020-12-03-1 --- 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