From 3272ca5b51e19f7f8a827b0f68400570a547fe60 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 四月 2020 15:02:44 +0800
Subject: [PATCH] 2020-04-28-1

---
 ZigbeeApp/Shared/Common/SendDataToServer.cs |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/SendDataToServer.cs b/ZigbeeApp/Shared/Common/SendDataToServer.cs
index a47e25b..eb8c976 100755
--- a/ZigbeeApp/Shared/Common/SendDataToServer.cs
+++ b/ZigbeeApp/Shared/Common/SendDataToServer.cs
@@ -226,6 +226,10 @@
             ///绗笁鏂圭敤鎴峰敮涓�鏍囪瘑
             /// </summary>
             public string OpenID;
+            /// <summary>
+            /// 鐢ㄦ埛鏄电О
+            /// </summary>
+            public string UserName;
         }
 
         /// <summary>
@@ -574,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