|
|
@ -19,7 +19,7 @@ public class ErpLocationItemEditInput : SfsBaseDataCreateOrUpdateInputBase |
|
|
|
[Display(Name = "储位代码")] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string ErpLoactionCode { get; set; } |
|
|
|
public string ErpLocationCode { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|