|
|
@ -6,13 +6,7 @@ namespace Win_in.Sfs.Wms.Store.Application.Contracts; |
|
|
|
|
|
|
|
public class InjectionRequestEditInput : SfsStoreRequestCreateOrUpdateInputBase |
|
|
|
{ |
|
|
|
#region Base
|
|
|
|
/// <summary>
|
|
|
|
/// 车间
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "车间")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string Workshop { get; set; } |
|
|
|
#region Base
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 使用在途库
|
|
|
@ -21,26 +15,13 @@ public class InjectionRequestEditInput : SfsStoreRequestCreateOrUpdateInputBase |
|
|
|
public bool UseOnTheWayLocation { get; set; } |
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Create
|
|
|
|
/// <summary>
|
|
|
|
/// 要货单号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "要货单号")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string Number { get; set; } |
|
|
|
#region Create
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 叫料类型
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "叫料类型")] |
|
|
|
public string Type { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 备料计划单号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "备料计划单号")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string PreparationPlanNumber { get; set; } |
|
|
|
public string Type { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 明细列表
|
|
|
|