ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -869,6 +869,10 @@ /// 上报时间(hh:mm:ss) /// </summary> public string Time = string.Empty; /// <summary> /// 2020.04.13追加新分类 1:一般报警 9000:门锁常开模式报警 /// </summary> public int MsgDiv = 1; } #endregion @@ -1284,6 +1288,10 @@ /// 强制跳转真实设备界面 1->设备列表强制跳转 /// </summary> public int GotoRealDeviceForm = 0; /// <summary> /// 强制跳转网关产品界面 1->网关列表强制跳转 /// </summary> public int GotoGatewayProductInfoForm = 0; } #endregion