修复bug

This commit is contained in:
18942506660
2024-03-27 11:29:04 +08:00
parent 42bcb5230f
commit 21ca6e6ac1
3 changed files with 10 additions and 2 deletions

View File

@@ -26,6 +26,10 @@ namespace WMS.Web.Core.Dto.OutStockTask
///</summary>
public string StockName { get; set; }
/// <summary>
/// 组织编码
///</summary>
public string OrgCode { get; set; }
/// <summary>
/// 详情
/// </summary>
public List<GetOutStockTaskByNoDetailsResponse> details { get; set; } = new List<GetOutStockTaskByNoDetailsResponse>();