From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs index 072d599..962b95c 100644 --- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs +++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs @@ -54,11 +54,15 @@ /// <summary> /// 浣忓畢ID /// </summary> - public string id = string.Empty; + public string id { get; set; } + /// <summary> + /// 椤圭洰id + /// </summary> + public string communityId = string.Empty; /// <summary> /// 浣忓畢鍚嶇О /// </summary> - public string homeName = string.Empty; + public string homeName { get; set; } /// <summary> /// 浣忓畢鍦板潃 /// </summary> @@ -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> @@ -126,6 +147,11 @@ /// 缃戝叧鏈湴閫氫俊鍔犲瘑Key锛屽悓涓�涓綇瀹� 瀵嗛挜鍒涘缓鍚庡氨涓嶅彉 /// </summary> public string localSecret; + + /// <summary> + /// 浜や粯閾炬帴 + /// </summary> + public string deliverUrl; } } -- Gitblit v1.8.0