增加排号卓型添加顺延字段

This commit is contained in:
2024-09-20 09:49:31 +08:00
parent 0d06185849
commit 34c052902a
4 changed files with 12 additions and 6 deletions

View File

@@ -24,4 +24,6 @@ public class CallTableDTO {
private Integer start;
@Min(1)
private Integer nearNum;
private Integer isPostpone;
private Integer postponeNum;
}