From 2a849d2f6220733dea112d09eb1f0bfb8fa2e28f Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 05 三月 2026 15:37:01 +0800
Subject: [PATCH] 添加接口

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs |   14 +++++++++++---
 1 files changed, 11 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..1f0a270 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,11 @@
     /// <summary>
     /// 闃荤鎵樼洏鏌ヨ璇锋眰鍐呭DTO
     /// </summary>
+    public class GetBlockPodContentListDto
+    {
+        public List<GetBlockPodContentDto> content { get; set; } = new List<GetBlockPodContentDto>();
+    }
+
     public class GetBlockPodContentDto
     {
         /// <summary>
@@ -21,9 +26,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 +45,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