@ -69,4 +69,8 @@ public class SysParam extends BaseAPS {
@Column(name="FOUR_FIRST_SUPPLY")
@ApiParam(value ="是否牵纱补满模")
private Boolean fourFirstSupply = false;
@Column(name="MAX_SPACE_LIMIT_DRAG")
@ApiParam(value ="间隔时间限制")
private Boolean maxSpaceLimitDrag = true;
}
@ -8,4 +8,5 @@ public class GanttDragModel {
private Long resId;
private Long targetResId;
private Long targetWorkId;
private Boolean ignoreSpaceLimit;