代客下单调整

This commit is contained in:
2024-09-26 15:29:25 +08:00
parent 223585f5b9
commit 094f84e92b
9 changed files with 263 additions and 83 deletions

View File

@@ -161,6 +161,8 @@ public class TbCashierCart implements Serializable {
private String note;
@Column(name = "`use_type`")
private String useType;
@Column(name = "platform_type")
private String platformType;
public void copy(TbCashierCart source){
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));