From 23532fa8ad34c89b6d24b01eaef6475fd0aad898 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 15 四月 2020 18:08:24 +0800 Subject: [PATCH] ??????? --- 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 index afce452..eb8c976 100755 --- 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