From 90ac374a64e47e2bd97ee9245f4cafb50ad5dbbb Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 17 四月 2026 17:31:02 +0800
Subject: [PATCH] 添加成品出库任务等待移库上报WMS
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 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 1607927..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"
@@ -23,11 +23,11 @@
/// <summary>
/// TRUE
/// </summary>
- public string success { get; set; }
+ public bool success { get; set; }
/// <summary>
/// 鎴愬姛
/// </summary>
- public string result { get; set; }
+ public object result { get; set; }
/// <summary>
/// 鏃堕棿鎴�
/// </summary>
@@ -38,4 +38,16 @@
/// </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