修改排号卓型校验nearNum

This commit is contained in:
SongZhang 2024-09-20 11:24:58 +08:00
parent b81e72a0cc
commit bd2e79027d
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ public class UpdateCallTableDTO{
private String prefix;
@Min(1)
private Integer start;
@Min(1)
private Integer nearNum;
}