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

This commit is contained in:
SongZhang 2024-09-11 14:53:21 +08:00
parent 3ebec6f0c5
commit 26b3e0bc2c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class TbShopTable implements Serializable {
@Column(name = "`use_time`")
private Date useTime;
@Column(name = "`end_time`")
@Column(name = "`end_time`")
private Date endTime;
@Column(name = "`product_num`")