ZigbeeApp/Shared/Common/SendDataToServer.csold mode 100755 new mode 100644
@@ -578,5 +578,23 @@ public string DeviceType; } #endregion #region 定时上传实时GPS信息 /// <summary> /// 定时上传实时GPS信息 /// </summary> public class ReceiveAppLatAndLonObj { /// <summary> /// 经度 /// </summary> public string Latitude; /// <summary> /// 纬度 /// </summary> public string Longitude; } #endregion } }