|
|
@ -59,20 +59,7 @@ public class CoatingIssueJobEditInput : SfsJobCreateUpdateInputBase, ISfsJobCrea |
|
|
|
[Display(Name = "任务明细")] |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
public List<CoatingIssueJobDetailInput> Details { get; set; } = new(); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 车间
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "车间")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string Workshop { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 生产线
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "生产线")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string ProdLine { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 使用在途库
|
|
|
|