From 66a9965c44ecc32a6696abca876ab9d1cd091584 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 28 二月 2020 15:25:13 +0800 Subject: [PATCH] 2020.2.28 --- ZigbeeApp/Shared/Common/SendDataToServer.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Common/SendDataToServer.cs b/ZigbeeApp/Shared/Common/SendDataToServer.cs old mode 100755 new mode 100644 index afce452..eb8c976 --- a/ZigbeeApp/Shared/Common/SendDataToServer.cs +++ b/ZigbeeApp/Shared/Common/SendDataToServer.cs @@ -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 + } } -- Gitblit v1.8.0