wxr
2022-10-27 fb4b2750f73856dfe871667865e606f919360fdc
HDL_ON/Entity/Function/Function.cs
@@ -400,10 +400,22 @@
        /// 是否收藏
        /// </summary>
        public bool collect = false;
        private bool _online = false;
        /// <summary>
        /// 是否在线
        /// </summary>
        public bool online = true;
        public bool online
        {
            get
            {
                return true;
            }
            set
            {
                _online = value;
            }
        }
        /// <summary>
        /// 环境面板 绑定的 设备目标sid列表