gxc
2019-12-20 eb9cf55fc8568cb2d4b4bfac9deb617ce766a7a5
ZigbeeApp/Shared/Common/SendDataToServer.cs
@@ -574,5 +574,23 @@
            public string DeviceType;
        }
        #endregion
        #region  定时上传实时GPS信息
        /// <summary>
        /// 定时上传实时GPS信息
        /// </summary>
        public class ReceiveAppLatAndLonObj
        {
            /// <summary>
            /// 经度
            /// </summary>
            public string Latitude;
            /// <summary>
            /// 纬度
            /// </summary>
            public string Longitude;
        }
        #endregion
    }
}