From 79949594d0ce05704353369e755dbc771a96739f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 29 一月 2026 09:40:18 +0800
Subject: [PATCH] 1
---
代码管理/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..4b3940b 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; }
}
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