xml
This commit is contained in:
@@ -955,7 +955,7 @@
|
||||
来源单号
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WMS.Web.Core.Dto.InStockTask.InStockTaskInfoDto.Details">
|
||||
<member name="P:WMS.Web.Core.Dto.InStockTask.InStockTaskInfoDto.Details">
|
||||
<summary>
|
||||
明细
|
||||
</summary>
|
||||
|
||||
@@ -25,6 +25,6 @@ namespace WMS.Web.Core.Dto.InStockTask
|
||||
/// <summary>
|
||||
/// 明细
|
||||
/// </summary>
|
||||
public List<InStockTaskDetailsInfoDto> Details = new List<InStockTaskDetailsInfoDto>();
|
||||
public List<InStockTaskDetailsInfoDto> Details { get; set; } = new List<InStockTaskDetailsInfoDto>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user