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/AGV/GALAXIS/GALAXISTaskInfo.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/GALAXIS/GALAXISTaskInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/GALAXIS/GALAXISTaskInfo.cs"
index 850dcd9..dfbfa9e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/GALAXIS/GALAXISTaskInfo.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/GALAXIS/GALAXISTaskInfo.cs"
@@ -13,7 +13,7 @@
{
public string groupId { get; set; }
public string msgTime { get; set; }
- public GALAXISTask tasks { get; set; }
+ public List<GALAXISTask> tasks { get; set; }=new List<GALAXISTask>();
}
public class GALAXISTask
@@ -34,11 +34,11 @@
/// <summary>
/// 浠诲姟搴撳尯锛孯CS瀹氫箟
/// </summary>
- public string district { get; set; }
+ public string district { get; set; } = "cy";
/// <summary>
/// 瀹瑰櫒绫诲瀷锛屽緟瀹�
/// </summary>
- public int containerType { get; set; }
+ public int containerType { get; set; } = 1;
/// <summary>
/// 瀹瑰櫒缂栧彿
/// </summary>
--
Gitblit v1.9.3