From 91f8fb7a6b52f5c6ff2119e34ef1359ec79d189e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 16 四月 2026 19:11:11 +0800
Subject: [PATCH] 优化重写plc信号以及编写海康小车报警信号
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
index fa47dc9..72ad09a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
@@ -12,7 +12,7 @@
public class WMSReturn
{
/// <summary>
- /// 鍝嶅簲鐮侊細0-锛堥潪绌虹锛夋垚鍔燂紝-1-锛堢┖绠憋級澶辫触锛屽叾浠�-寮傚父
+ /// 鎴愬姛锛�200锛屽叾浠栬〃绀哄紓甯搞��
/// </summary>
public int code { get; set; }
@@ -20,12 +20,34 @@
/// 鍝嶅簲娑堟伅锛歴uccess-鎴愬姛锛屽紓甯歌繑鍥炶缁嗛敊璇師鍥�
/// </summary>
public string message { get; set; }
-
- public string success { get; set; }
+ /// <summary>
+ /// TRUE
+ /// </summary>
+ public bool success { get; set; }
+ /// <summary>
+ /// 鎴愬姛
+ /// </summary>
+ public object result { get; set; }
+ /// <summary>
+ /// 鏃堕棿鎴�
+ /// </summary>
+ public long timestamp { get; set; }
/// <summary>
/// 鍝嶅簲鏁版嵁锛屽浐瀹氫负绌�
/// </summary>
public object data { get; set; }
}
+
+ public class Exists
+ {
+ /// <summary>
+ /// 鏄惁鍦ㄩ��
+ /// </summary>
+ public bool taskExists { get; set; }
+ /// <summary>
+ /// 寮傚父鍦板潃
+ /// </summary>
+ public string errorAreaCode { get; set; }
+ }
}
--
Gitblit v1.9.3