mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 未分账支付单分到默认账户
This commit is contained in:
@@ -51,46 +51,6 @@ public class AdapayMemberAccount extends BaseEntity {
|
||||
*/
|
||||
private String delFlag;
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setMerchantId(String merchantId) {
|
||||
this.merchantId = merchantId;
|
||||
}
|
||||
|
||||
public String getMerchantId() {
|
||||
return merchantId;
|
||||
}
|
||||
|
||||
public void setAdapayMemberId(String adapayMemberId) {
|
||||
this.adapayMemberId = adapayMemberId;
|
||||
}
|
||||
|
||||
public String getAdapayMemberId() {
|
||||
return adapayMemberId;
|
||||
}
|
||||
|
||||
public void setSettleAccountId(String settleAccountId) {
|
||||
this.settleAccountId = settleAccountId;
|
||||
}
|
||||
|
||||
public String getSettleAccountId() {
|
||||
return settleAccountId;
|
||||
}
|
||||
|
||||
public void setDelFlag(String delFlag) {
|
||||
this.delFlag = delFlag;
|
||||
}
|
||||
|
||||
public String getDelFlag() {
|
||||
return delFlag;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this, ToStringStyle.JSON_STYLE)
|
||||
|
||||
Reference in New Issue
Block a user