增加验证
This commit is contained in:
@@ -28,6 +28,7 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
|
||||
/// 目标箱号
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "目标箱号不能为空")]
|
||||
[RegularExpression(@"^[0-9a-zA-Z]{1,}$", ErrorMessage = "箱号只包含英文字母、数字")]
|
||||
public string DestBoxBillNo { get; set; }
|
||||
/// <summary>
|
||||
/// 目标箱仓位或重新上架选择仓位
|
||||
|
||||
Reference in New Issue
Block a user