1.代客下单 添加台桌就餐人数
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user