|
|
@ -19,6 +19,7 @@ public class UomImportInput : SfsBaseDataImportInputBase |
|
|
|
/// 名称
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "名称")] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string Name { get; set; } |
|
|
|
|
|
|
|