修改排号卓型不校验nearNum

This commit is contained in:
2024-09-20 11:22:49 +08:00
parent 5c0b87634c
commit b81e72a0cc

View File

@@ -21,6 +21,5 @@ 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;
} }