1.代客下单 扫码支付,储值卡扫码支付
This commit is contained in:
@@ -151,6 +151,9 @@ public class TbShopUser implements Serializable {
|
||||
@Column(name = "`mini_open_id`")
|
||||
@ApiModelProperty(value = "小程序openId")
|
||||
private String miniOpenId;
|
||||
@Column(name = "`dynamic_code`")
|
||||
private String dynamicCode;
|
||||
|
||||
|
||||
public void copy(TbShopUser source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
|
||||
Reference in New Issue
Block a user