From 28a788d3fca51fb4fd2f668b90fa95e87c2633a1 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 16 四月 2026 19:07:58 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu
---
代码管理/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