From c0ce2f57a4f836ebeb9e7b8b4b5a4407fd78dc86 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 23 九月 2020 10:06:05 +0800 Subject: [PATCH] 上传 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs | 33 +++------------------------------ 1 files changed, 3 insertions(+), 30 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs index 70432a9..c52b551 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs @@ -214,15 +214,15 @@ /// <summary> /// 鍗忚皟鍣ㄦā鍧�,缃戝叧鐨勫垎绫讳箣涓� /// </summary> - Coordinator = 2, + A鍗忚皟鍣� = 2, /// <summary> /// 铏氭嫙璁惧妯″潡,缃戝叧鐨勫垎绫讳箣涓� /// </summary> - VirtualDevice = 3, + A铏氭嫙椹卞姩 = 3, /// <summary> /// 涓�鑸殑璁惧 /// </summary> - ZigbeeDevice = 4 + A璁惧 = 4 } @@ -308,32 +308,5 @@ /// 浠ョ鐞嗗憳韬唤杩涜杩炴帴 /// </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