From c00da77d00a479fa5d022346a6d9075f90a5c087 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期六, 14 九月 2024 10:05:34 +0800
Subject: [PATCH] 退出登录时间调整,新风,音乐
---
HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs | 27 ++++++++++++++++++++++-----
1 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
index 387964a..962b95c 100644
--- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
+++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
@@ -56,6 +56,10 @@
/// </summary>
public string id { get; set; }
/// <summary>
+ /// 椤圭洰id
+ /// </summary>
+ public string communityId = string.Empty;
+ /// <summary>
/// 浣忓畢鍚嶇О
/// </summary>
public string homeName { get; set; }
@@ -88,8 +92,25 @@
public double latitude;
/// <summary>
/// 浜や粯鐘舵��
+ /// To_Be_Debugged(0, "寰呰皟璇�"),
+ /// Debugging(1, "璋冭瘯涓�"),
+ /// To_Be_Accepted(2, "寰呴獙鏀�"),
+ /// Completed(3, "璋冭瘯瀹屾垚"),
+ /// WAIT_DELIVERED(3, "璋冭瘯瀹屾垚"),
+ /// Delivered(4, "宸蹭氦浠�"),
+ /// INITIAL_TATE(5,"鍒濆鎬�"),
+ /// ACCEPTANCE(6,"楠屾敹"),
+ /// SECONDARY_DEBUGGIN(7,"浜屾璋冭瘯"),
/// </summary>
- public string deliverStatus;
+ public string deliverStatus
+ {
+ get
+ {
+ return debugStatus;
+ }
+ }
+
+ public string debugStatus;
/// <summary>
/// 浣忓畢绫诲瀷 Zigbee, Buspro, A
/// </summary>
@@ -131,10 +152,6 @@
/// 浜や粯閾炬帴
/// </summary>
public string deliverUrl;
- /// <summary>
- /// 鏄惁鏀寔缇ゆ帶
- /// </summary>
- public bool isSupportGroupControl = false;
}
}
--
Gitblit v1.8.0