代客下单调整
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user