From 62d6c4bf6c30da21ccd8245199234c5004117d56 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 21 四月 2023 13:32:15 +0800 Subject: [PATCH] V1.7.1发布版本 --- HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs index f64b239..e43615c 100644 --- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs +++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs @@ -88,8 +88,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> -- Gitblit v1.8.0