黄学彪
2020-05-18 b0505adb3ea1ba3f1812ee1046499410c8ea57f5
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/ResidenceOption.cs
@@ -35,6 +35,16 @@
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int DoorLockMaxAlarmMsgDay = 5;
        /// <summary>
        /// 当前主页,场景和功能所选择的分支 1:场景 2:功能
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int HomeMainPageSwitchIndex = 1;
        /// <summary>
        /// 当前分类,场景和功能所选择的分支 0:场景 1:功能 2:自动化
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int CategoryPageSwitchIndex = 0;
        #endregion