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/RGV/FOURBOT/GetBlockPodContentDto.cs |   10 ++++++++--
 1 files changed, 8 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..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,19 +9,25 @@
     /// <summary>
     /// 闃荤鎵樼洏鏌ヨ璇锋眰鍐呭DTO
     /// </summary>
+    public class GetBlockPodContentListDto : FOURBOTInfo
+    {
+
+        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