排队取号保存号码

This commit is contained in:
2024-09-13 15:14:03 +08:00
parent 5e8601745b
commit a73530df84
3 changed files with 46 additions and 0 deletions

View File

@@ -70,4 +70,7 @@ public class TbCallQueue {
@Column(name = "sub_state")
private Integer subState;
@Column(name = "call_num")
private String callNum;
}