调整接口

This commit is contained in:
18942506660
2023-11-10 14:32:13 +08:00
parent e10ef1c136
commit 53a52104fa
8 changed files with 90 additions and 21 deletions

View File

@@ -30,5 +30,9 @@ namespace WMS.Web.Core.Dto.OutStock
///</summary>
[Required(ErrorMessage = "出库数量不能为空")]
public decimal Qty { get; set; }
/// <summary>
/// 序列号集
/// </summary>
public List<string> SerialNumbers { get; set; } = new List<string>();
}
}