排号增加天数查询限制

This commit is contained in:
2024-09-14 16:27:54 +08:00
parent 48f82895e7
commit d3d401d2f3
2 changed files with 11 additions and 0 deletions

View File

@@ -73,4 +73,7 @@ public class TbCallQueue {
@Column(name = "call_num")
private String callNum;
@Column(name = "create_day")
private String createDay;
}