修改排号卓型校验nearNum
This commit is contained in:
@@ -21,5 +21,6 @@ public class UpdateCallTableDTO{
|
|||||||
private String prefix;
|
private String prefix;
|
||||||
@Min(1)
|
@Min(1)
|
||||||
private Integer start;
|
private Integer start;
|
||||||
|
@Min(1)
|
||||||
private Integer nearNum;
|
private Integer nearNum;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user