物料不能为空
This commit is contained in:
@@ -22,6 +22,7 @@ namespace WMS.Web.Core.Dto
|
||||
/// 物料ID
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "物料不能为空")]
|
||||
[Range(1,int.MaxValue,ErrorMessage ="物料不能为空")]
|
||||
public int MaterialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user