黄学彪
2020-12-16 28d269d8aa90eca5470fff825a9b9545135a3ec0
HDL_ON/DAL/Server/NewApiRes.cs
@@ -569,7 +569,24 @@
        /// ON_LINE(0,"在线"),
        /// OFF_LINE(1,"下线"),;
        /// </summary>
        public bool gatewayStatus;
        public string gatewayStatus;
        /// <summary>
        /// 网关是否在线
        /// </summary>
        public bool GatewayOnline
        {
            get
            {
                if (gatewayStatus == "ON_LINE")
                {
                    return true;
                }
                else
                {
                    return false;
                }
            }
        }
        ///// <summary>
        /////