From 9ab5bd54fadd8fc9c542b48c99a117a4e182669b Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 14 十月 2021 16:37:56 +0800
Subject: [PATCH] 智能空开能源界面数据更新

---
 HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs |  128 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 122 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
index 2398629..5708458 100644
--- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
+++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
@@ -1,15 +1,131 @@
 锘縰sing System;
-
+using System.Collections.Generic;
 
 namespace HDL_ON
 {
+    //[Serializable]
+    //public class RegionInfoRes
+    //{
+    //    public string RegionID { get; set; }
+
+    //    /// <summary>
+    //    /// 鍖哄煙鍚嶇О(濡�:骞垮窞銆佹繁鍦崇瓑)
+    //    /// </summary>
+    //    public string RegionName { get; set; }
+    //    /// <summary>
+    //    /// 浣忓畢鍚嶇О
+    //    /// </summary>
+    //    public string Name { get;set; }
+    //    /// <summary>
+    //    /// 浣忓畢鍦板潃
+    //    /// </summary>
+    //    public string Address { get; set; }
+
+    //    //{
+    //    // {
+    //    //  "Id": "1107487",
+    //    //  "HomeStatus": 2,
+    //    //  "UserGuid": "22980",
+    //    //  "Name": "鍟�",
+    //    //  "Address": null,
+    //    //  "Longitude": 0.0,
+    //    //  "Latitude": 0.0,
+    //    //  "RegionName": null,
+    //    //  "Company": null,
+    //    //  "ContactPerson": null,
+    //    //  "ContactPersonPhone": null,
+    //    //  "Remarks": null,
+    //    //  "ChangeDate": null,
+    //      //"AccountType": 0,
+    //    //  "CreatedOnUtc": "2020-05-27T06:52:03",
+    //    public bool IsOthreShare = false;
+    //    //  "MainUserDistributedMark": null,
+    //    public List<HomeGateways> homeGateways = new List<HomeGateways>();
+    //}
+
+    public class HomeGateways
+    {
+        public string GatewayUniqueId = "";
+    }
+
     [Serializable]
     public class RegionInfoRes
     {
-        public string RegionID { get; set; }
-
-        public string RegionName { get; set; }
-
-        public string Name { get;set; }
+        /// <summary>
+        /// 浣忓畢ID
+        /// </summary>
+        public string id { get; set; }
+        /// <summary>
+        /// 浣忓畢鍚嶇О
+        /// </summary>
+        public string homeName { get; set; }
+        /// <summary>
+        /// 浣忓畢鍦板潃
+        /// </summary>
+        public string homeAddress { get; set; }
+        /// <summary>
+        /// 鏄惁涓哄叾浠栦富鐢ㄦ埛鍒嗕韩杩囨潵鐨勪綇瀹�
+        /// </summary>
+        public bool isOtherShare { get; set; }
+        
+        //2020-11-13 鏂板
+        /// <summary>
+        /// 浠呭瓙璐﹀彿鐧婚檰鐨勬椂鍊欎娇鐢�,褰撱�怚sOthreShare銆戜负"true"锛�
+        /// 瀛愯处鎴风被鍨� 1.ORDINARY 2.DEBUG 3.ADMIN
+        /// </summary>
+        public string accountType;
+        /// <summary>
+        /// 鏄惁鏀寔杩滅▼
+        /// </summary>
+        public bool isRemoteControl;//??
+        /// <summary>
+        /// 缁忓害
+        /// </summary>
+        public double longitude;
+        /// <summary>
+        /// 绾害
+        /// </summary>
+        public double latitude;
+        /// <summary>
+        /// 浜や粯鐘舵��
+        /// </summary>
+        public string deliverstatus;
+        /// <summary>
+        /// 浣忓畢绫诲瀷 Zigbee, Buspro, A
+        /// </summary>
+        public string homeType;
+        /// <summary>
+        /// 鍖哄煙鏈嶅姟鍣�
+        /// </summary>
+        public string regionUrl;
+        /// <summary>
+        /// emq鏈嶅姟鍣�
+        /// </summary>
+        public string emqUrl;
+        /// <summary>
+        /// 浣忓畢鍖哄煙Id
+        /// </summary>
+        public string homeRegionId;
+        /// <summary>
+        /// 鏄惁鍏佽鍒涘缓鍦烘櫙
+        /// </summary>
+        public bool isAllowCreateScene;//??
+        /// <summary>
+        /// 鏄惁缁戝畾缃戝叧
+        /// </summary>
+        public bool isBindGateway;
+        /// <summary>
+        /// 璋冭瘯浜哄憳ID
+        /// </summary>
+        public string debugStaffUserId;
+        /// <summary>
+        /// 璋冭瘯鏉冮檺鏄惁鎵撳紑
+        /// </summary>
+        public bool debugPerm;
+        /// <summary>
+        /// 缃戝叧鏈湴閫氫俊鍔犲瘑Key锛屽悓涓�涓綇瀹� 瀵嗛挜鍒涘缓鍚庡氨涓嶅彉
+        /// </summary>
+        public string localSecret;
     }
+
 }

--
Gitblit v1.8.0