|
|
@ -41,16 +41,16 @@ public class PositionCodeImportInput : SfsBaseDataImportInputBase |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string BasicUom { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 库位
|
|
|
|
/// 叫料库位代码
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "库位")] |
|
|
|
[Display(Name = "叫料库位代码")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
public string LocationCode { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 库位名称
|
|
|
|
/// 叫料库位名称
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "库位名称")] |
|
|
|
[Display(Name = "叫料库位名称")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.NameLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string LocationName { get; set; } |
|
|
|
/// <summary>
|
|
|
|