|
|
@ -41,22 +41,22 @@ 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>
|
|
|
|
/// 标包数量
|
|
|
|
/// 箱数/数量
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "标包数量")] |
|
|
|
[Display(Name = "箱数/数量")] |
|
|
|
public decimal StdPackQty { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 类型
|
|
|
|