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 |    9 +++++++--
 1 files changed, 7 insertions(+), 2 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 5cf84b5..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,19 +9,24 @@
     /// <summary>
     /// 闃荤鎵樼洏鏌ヨ璇锋眰鍐呭DTO
     /// </summary>
+    public class GetBlockPodContentListDto
+    {
+        public List<GetBlockPodContentDto> content { get; set; } = new List<GetBlockPodContentDto>();
+    }
+
     public class GetBlockPodContentDto
     {
         /// <summary>
         /// 鍊欓�夋墭鐩樺彿鍒楄〃
         /// </summary>
-        public List<string> CandidatePodIDs { get; set; } = new List<string>();
+        public List<string> candidatePodIDs { get; set; } = new List<string>();
 
         /// <summary>
         /// 闇�瑕佸嚭搴撶殑鏁伴噺
         /// 0-琛ㄧず鍏ㄩ儴鍑�
         /// 闈�0-琛ㄧず浠巔odIDs涓彇num涓樆纰嶆渶灏戠殑鎵樼洏
         /// </summary>
-        public int Num { get; set; } = 0;
+        public int num { get; set; } = 0;
     }
     public class ReturnBlockPodResultDto
     {

--
Gitblit v1.9.3