增加排号卓型添加顺延字段
This commit is contained in:
@@ -54,4 +54,10 @@ public class TbCallTable {
|
||||
@Column(name = "update_time")
|
||||
private Instant updateTime;
|
||||
|
||||
@Column(name = "is_postpone")
|
||||
private Byte isPostpone;
|
||||
|
||||
@Column(name = "postpone_num")
|
||||
private Integer postponeNum;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package cn.ysk.cashier.mybatis.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import cn.ysk.cashier.mybatis.entity.TbCallTable;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import cn.ysk.cashier.mybatis.service.TbCallTableService;
|
||||
import cn.ysk.cashier.mybatis.mapper.TbCallTableMapper;
|
||||
import org.springframework.context.annotation.Primary;
|
||||
|
||||
Reference in New Issue
Block a user