1
dengjunjie
2026-03-10 0405ca5fd4589200606b5c5a33cadaa0b4dff6b8
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/GetBlockPodContentDto.cs
@@ -9,8 +9,9 @@
    /// <summary>
    /// 闃荤鎵樼洏鏌ヨ璇锋眰鍐呭DTO
    /// </summary>
    public class GetBlockPodContentListDto
    public class GetBlockPodContentListDto : FOURBOTInfo
    {
        public List<GetBlockPodContentDto> content { get; set; } = new List<GetBlockPodContentDto>();
    }