|
|
|
@ -63,13 +63,13 @@ public class SysOrderNoRule extends BaseBean {
|
|
|
|
|
private Long serialNoLength;
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_CYCLE")
|
|
|
|
|
@ApiParam(value = "达到最大值后是否循环",example = "1")
|
|
|
|
|
@ApiParam(value = "是否按日期循环", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = CommonEnumUtil.TRUE_OR_FALSE.class)
|
|
|
|
|
private Integer isCycle;
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_FIXED_LENGTH")
|
|
|
|
|
@ColumnDefault("2")
|
|
|
|
|
@ApiParam(value = "是否固定序号长度长度",example = "1")
|
|
|
|
|
@ApiParam(value = "是否固定序号长度",example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = CommonEnumUtil.TRUE_OR_FALSE.class)
|
|
|
|
|
private Integer isFixedLength;
|
|
|
|
|
|
|
|
|
|