From 944b87b6bcccb095cd73f13f4410fb20faf48f74 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期三, 25 十二月 2019 11:21:06 +0800
Subject: [PATCH] 2019.12.25

---
 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 a47e25b..8ed25f3 100644
--- a/ZigbeeApp/Shared/Common/SendDataToServer.cs
+++ b/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
+
     }
 }

--
Gitblit v1.8.0