mac
2024-07-25 16bea1d248f0010049bceaa562939297fa26b130
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs
@@ -79,6 +79,7 @@
            this.funs_RoomAll.AddRange(funs_RoomAll);
            this.funs_Del = new List<ShareData>();
            this.refreshAction = refreshAction;
            this.BackgroundColor = CSS_Color.BackgroundColor;
        }
        public void LoadPage(int tId)
@@ -240,7 +241,7 @@
        /// </summary>
        public string name;
        /// <summary>
        /// 分享类型 1.ROOM  2.DEVICE 3.SCENE
        /// 分享类型 1.ROOM  2.DEVICE 3.SCENE 4.DEVICE_GROUP_CONTROL
        /// </summary>
        public string shareType = ShareType.DEVICE.ToString();
    }