|
|
|
@ -47,22 +47,6 @@ public class StandOperation extends BaseAPS {
|
|
|
|
|
@FieldAnnotation(defaultValue = "POSITIVE")
|
|
|
|
|
private ApsEnumUtil.DIRECTION direction;
|
|
|
|
|
|
|
|
|
|
@Column(name="RATIO")
|
|
|
|
|
@ApiParam(value ="分割比例")
|
|
|
|
|
private String ratio;
|
|
|
|
|
|
|
|
|
|
@Column(name="COUNT")
|
|
|
|
|
@ApiParam(value ="分割的工作个数")
|
|
|
|
|
private Integer count;
|
|
|
|
|
|
|
|
|
|
@Column(name="BATCH", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="分割批量")
|
|
|
|
|
private Double batch;
|
|
|
|
|
|
|
|
|
|
@Column(name="REMAINDER", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ApiParam(value ="分割余数")
|
|
|
|
|
private Double remainder;
|
|
|
|
|
|
|
|
|
|
@Column(name="MIN_SPACE_TIME")
|
|
|
|
|
@ApiParam(value ="最小时间间隔")
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.DURATION)
|
|
|
|
|