From 3aa397ab145382935492b11c1f18c9634e69910b Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 10 十二月 2020 16:45:00 +0800 Subject: [PATCH] 请合并,门锁和晾衣架第一版代码 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs | 27 --------------------------- 1 files changed, 0 insertions(+), 27 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs index 61ff854..c52b551 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs @@ -309,31 +309,4 @@ /// </summary> Admin = 2 } - - /// <summary> - /// 淇℃伅鏄剧ず鐨勭被鍨� - /// </summary> - public enum ShowMsgType - { - /// <summary> - /// 鏅�氭彁绀虹被鍨� - /// </summary> - Normal = 1, - /// <summary> - /// 纭绫诲瀷 - /// </summary> - Confirm = 2, - /// <summary> - /// 閿欒绫诲瀷 - /// </summary> - Error = 3, - /// <summary> - /// Tip绫诲瀷 - /// </summary> - Tip = 4, - /// <summary> - /// 鎻愰啋绫诲瀷 - /// </summary> - Remind = 5 - } } -- Gitblit v1.8.0