优化接口

This commit is contained in:
tongfei
2024-04-13 10:59:51 +08:00
parent bea3a36abb
commit c5ccc52aef
3 changed files with 20 additions and 7 deletions

View File

@@ -28,6 +28,11 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 是否是采购上架
/// </summary>
public bool IsPurchase { get; set; } = true;
/// <summary>
/// 箱号集合
/// </summary>