|
|
@ -72,6 +72,11 @@ public class StandOperation extends BaseAPS {
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
private String baseTimeLimit;
|
|
|
|
private String baseTimeLimit;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="OVER_SHIFT_SPLIT_LIMIT")
|
|
|
|
|
|
|
|
@ApiParam(value ="跨班次时间限制")
|
|
|
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
|
|
|
|
private String overShiftSplitLimit;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="COMB_TYPE")
|
|
|
|
@Column(name="COMB_TYPE")
|
|
|
|
@ApiParam(value ="生产组合方式")
|
|
|
|
@ApiParam(value ="生产组合方式")
|
|
|
|
@FieldAnnotation(defaultValue = "MAX_ALL_RESOURCE")
|
|
|
|
@FieldAnnotation(defaultValue = "MAX_ALL_RESOURCE")
|
|
|
|