|
@ -37,7 +37,6 @@ public class CountNoteImportInput : SfsStoreImportInputBase |
|
|
/// 箱码
|
|
|
/// 箱码
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "箱码")] |
|
|
[Display(Name = "箱码")] |
|
|
[Required(ErrorMessage = "{0}是必填项", AllowEmptyStrings = true)] |
|
|
|
|
|
public string PackingCode { get; set; } |
|
|
public string PackingCode { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
@ -57,7 +56,6 @@ public class CountNoteImportInput : SfsStoreImportInputBase |
|
|
/// 批次
|
|
|
/// 批次
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Display(Name = "批次")] |
|
|
[Display(Name = "批次")] |
|
|
[Required(ErrorMessage = "{0}是必填项", AllowEmptyStrings = true)] |
|
|
|
|
|
public string Lot { get; set; } |
|
|
public string Lot { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|