增加小程序模板消息配置

This commit is contained in:
SongZhang 2024-09-19 17:29:16 +08:00
parent 14c437a30e
commit 395cd4750c
1 changed files with 2 additions and 5 deletions

View File

@ -51,10 +51,7 @@ public class TbCallConfig {
@Column(name = "update_time")
private Instant updateTime;
@Column(name = "is_postpone")
private Byte isPostpone;
@Column(name = "postpone_num")
private Integer postponeNum;
@Column(name = "near_num")
private Integer nearNum;
}