|
|
|
@ -76,15 +76,15 @@ public class MesNumberRule extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("拼接固定字符,多个逗号分隔")
|
|
|
|
|
private String spiltRule;
|
|
|
|
|
|
|
|
|
|
public Integer getBeginValVal() {
|
|
|
|
|
public Integer getBeginVal() {
|
|
|
|
|
return this.beginVal == null ? 1 : this.beginVal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getSerialnoIncrementVal() {
|
|
|
|
|
public Integer getSerialnoIncrement() {
|
|
|
|
|
return this.serialnoIncrement == null ? 1 : this.serialnoIncrement;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getSerialnoLengthVal() {
|
|
|
|
|
public Integer getSerialnoLength() {
|
|
|
|
|
return this.serialnoLength == null ? 1 : this.serialnoLength;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|