非采购入库-优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user