1.代客下单 添加台桌就餐人数

This commit is contained in:
2024-09-11 18:04:06 +08:00
parent 3b9617a03e
commit 7af4a48dfa
2 changed files with 6 additions and 3 deletions

View File

@@ -121,6 +121,8 @@ public class TbShopTable implements Serializable {
private Integer totalAmount;
@Column(name = "`real_amount`")
private Integer realAmount;
@Column(name = "`use_num`")
private Integer useNum;
public void copy(TbShopTable source){