wxr
2020-12-16 5c5461b7c46aff66d24efe80062c235342e77d4c
HDL_ON/DAL/Server/NewApiRes.cs
@@ -570,6 +570,23 @@
        /// OFF_LINE(1,"下线"),;
        /// </summary>
        public string gatewayStatus;
        /// <summary>
        /// 网关是否在线
        /// </summary>
        public bool GatewayOnline
        {
            get
            {
                if (gatewayStatus == "ON_LINE")
                {
                    return true;
                }
                else
                {
                    return false;
                }
            }
        }
        ///// <summary>
        /////