|
|
@ -62,9 +62,9 @@ public class InjectionJobEditInput : SfsJobCreateUpdateInputBase, ISfsJobCreateI |
|
|
|
/// <summary>
|
|
|
|
/// 车间
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "车间")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string Workshop { get; set; } |
|
|
|
//[Display(Name = "车间")]
|
|
|
|
//[StringLength(SfsEfCorePropertyConst.CodeLength, ErrorMessage = "{0}最多输入{1}个字符")]
|
|
|
|
//public string Workshop { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 生产线
|
|
|
|