From 52ba6b195a4126df405ef453d52ba6eaab6521da Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 17 四月 2026 17:37:32 +0800
Subject: [PATCH] 优化3-4楼提升机以及添加报错接口
---
代码管理/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