1.代客下单 增加自动手动清台,新增台桌订单状态信息

This commit is contained in:
SongZhang 2024-09-11 14:55:27 +08:00
parent 26b3e0bc2c
commit 2c99b8cd18
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class TbShopTable implements Serializable {
@ApiModelProperty(value = "自动清台")
private Integer autoClear=1;
@Column(name = "`use_time`")
@Column(name = "`use_time`")
private Date useTime;
@Column(name = "`end_time`")
private Date endTime;