1.代客下单 会员支付,台桌状态问题

This commit is contained in:
2024-08-23 11:06:26 +08:00
parent ce54b66205
commit f8a9022064
4 changed files with 67 additions and 59 deletions

View File

@@ -153,6 +153,8 @@ public class TbCashierCart implements Serializable {
@Column(name = "`uuid`")
@ApiModelProperty(value = "uuid")
private String uuid;
@Column(name = "`sku_name`")
private String skuName;
public void copy(TbCashierCart source){
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));