From 6499ace32d8e40ad6b31f5c633d7de762c4ce749 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 17 四月 2026 16:41:28 +0800
Subject: [PATCH] 优化成品出库任务判断是否需要移库逻辑,优化WMS调用容器流动请求接口逻辑

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs"
index 310760b..c211c34 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs"
@@ -9,6 +9,12 @@
     /// <summary>
     /// 闃荤鎵樼洏鏌ヨ璇锋眰鍐呭DTO
     /// </summary>
+    public class GetBlockPodContentListDto : FOURBOTInfo
+    {
+
+        public List<GetBlockPodContentDto> content { get; set; } = new List<GetBlockPodContentDto>();
+    }
+
     public class GetBlockPodContentDto
     {
         /// <summary>
@@ -21,9 +27,12 @@
         /// 0-琛ㄧず鍏ㄩ儴鍑�
         /// 闈�0-琛ㄧず浠巔odIDs涓彇num涓樆纰嶆渶灏戠殑鎵樼洏
         /// </summary>
-        public int num { get; set; }
+        public int num { get; set; } = 0;
     }
-
+    public class ReturnBlockPodResultDto
+    {
+        public List<GetBlockPodResultDto> Result { get; set; }
+    }
     /// <summary>
     /// 闃荤鎵樼洏鏌ヨ缁撴灉DTO
     /// </summary>
@@ -37,7 +46,7 @@
         /// <summary>
         /// 鍙互鍑虹殑鎵樼洏鍙婇樆纰嶆墭鐩樺垪琛�
         /// </summary>
-        public List<object> outPods { get; set; } = new List<object>();
+        public List<OutPodInfoDto> outPods { get; set; } = new List<OutPodInfoDto>();
 
         /// <summary>
         /// 涓嶅彲绉诲姩鎵樼洏鍒楄〃

--
Gitblit v1.9.3