非采购入库-优化

This commit is contained in:
tongfei
2023-11-25 16:46:02 +08:00
parent 5b04e23a6d
commit 45e3338247
5 changed files with 49 additions and 6 deletions

View File

@@ -77,6 +77,12 @@ namespace WMS.Web.Core.Dto.InStock
[Required(ErrorMessage = "物料不能为空")]
public int MaterialId { get; set; }
/// <summary>
/// 供应商
/// </summary>
[Required(ErrorMessage = "供应商不能为空")]
public int SupplierId { get; set; }
/// <summary>
/// 入库数量
///</summary>