增加小程序模板消息配置
This commit is contained in:
parent
14c437a30e
commit
395cd4750c
|
|
@ -51,10 +51,7 @@ public class TbCallConfig {
|
||||||
@Column(name = "update_time")
|
@Column(name = "update_time")
|
||||||
private Instant updateTime;
|
private Instant updateTime;
|
||||||
|
|
||||||
@Column(name = "is_postpone")
|
@Column(name = "near_num")
|
||||||
private Byte isPostpone;
|
private Integer nearNum;
|
||||||
|
|
||||||
@Column(name = "postpone_num")
|
|
||||||
private Integer postponeNum;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue