黄学彪
2019-10-28 1f5636d69332170ea3a41c76c9519f6ff6f0a8d9
ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs
old mode 100644 new mode 100755
@@ -7,7 +7,6 @@
    public class ZbGatewayData : CommonDevice
    {
        #region 网关在线标识
        [Newtonsoft.Json.JsonIgnore]
        /// <summary>
        /// 判断网关是否在线的标识,APP界面会改变它的值,Application会重新刷新它的值
        /// </summary>
@@ -25,7 +24,7 @@
        /// <summary>
        /// 该网关应用程序版本
        /// </summary>
        public int AppVersion;
        public long AppVersion;
        /// <summary>
        /// Zigbee协议器程序版本
@@ -72,7 +71,7 @@
            /// <summary>
            /// 该网关应用程序版本
            /// </summary>
            public int AppVersion;
            public long AppVersion;
            /// <summary>
            /// Zigbee协议器程序版本
            /// </summary>
@@ -137,7 +136,7 @@
            ///<summary>
            ///utc时间戳,程序启动时网关的系统时间
            ///</summary>
            public int StartTime;
            public long StartTime;
            /// <summary>
            ///加入局域网模式
            ///<para>0:wifi连接局域网</para>
@@ -165,7 +164,7 @@
            /// <summary>
            /// 该网关应用程序版本
            /// </summary>
            public int AppVersion;
            public long AppVersion;
            /// <summary>
            /// Zigbee协议器程序版本
            /// </summary>