From dc8c175258daef526e2f151769c7f7bc56830ab5 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 12 五月 2021 15:09:53 +0800
Subject: [PATCH] spk
---
HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
index e55a923..abd2942 100644
--- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
+++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
@@ -118,10 +118,14 @@
/// 浣忓畢鍖哄煙鍚嶅瓧
/// </summary>
public string homeRegionName;
- ///// <summary>
- ///// 鏄惁缁戝畾缃戝叧
- ///// </summary>
- //public bool isBindGateway;
+ /// <summary>
+ /// 鏄惁鍏佽鍒涘缓鍦烘櫙
+ /// </summary>
+ public bool isAllowCreateScene;
+ /// <summary>
+ /// 鏄惁缁戝畾缃戝叧
+ /// </summary>
+ public bool isBindGateway;
}
/// <summary>
@@ -191,13 +195,17 @@
/// 浣忓畢鍖哄煙鍚嶅瓧
/// </summary>
public string homeRegionName;
- ///// <summary>
- ///// 鏄惁缁戝畾缃戝叧
- ///// </summary>
- //public bool isBindGateway;
+ /// <summary>
+ /// 鏄惁缁戝畾缃戝叧
+ /// </summary>
+ public bool isBindGateway;
/// <summary>
/// 浣忓畢鍦板潃
/// </summary>
public string homeAddress;
+ /// <summary>
+ /// 鏄惁鍏佽鍒涘缓鍦烘櫙
+ /// </summary>
+ public bool isAllowCreateScene;
}
}
--
Gitblit v1.8.0