优化接口

This commit is contained in:
tongfei
2024-04-11 16:55:53 +08:00
parent 20ecf4f1ce
commit 0773b932f8
4 changed files with 19 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ namespace WMS.Web.Core.Dto.InStockTask
[Required(ErrorMessage = "仓库不能为空")]
public string StockCode { get; set; }
/// <summary>
/// 所选物料
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 箱号集合
/// </summary>