update 支付记录新增卖家实收手续费 和费率等字段
This commit is contained in:
@@ -141,23 +141,25 @@ public class LeasePayRecordMessage implements Serializable {
|
||||
*/
|
||||
private boolean del;
|
||||
|
||||
/**
|
||||
* 卖家手续费比例
|
||||
*/
|
||||
private BigDecimal feeRate;
|
||||
|
||||
|
||||
/**
|
||||
* 卖家实收金额 = 店铺手续费比例 * 买家实际支付金额
|
||||
*/
|
||||
private BigDecimal receivedAmount;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String sellerEmail;
|
||||
|
||||
@TableField(exist = false)
|
||||
private Long sellerId;
|
||||
|
||||
/**
|
||||
* 卖家实收金额 = 店铺手续费比例 * 买家实际支付金额
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private BigDecimal receivedAmount;
|
||||
|
||||
|
||||
/**
|
||||
* 卖家手续费比例
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private BigDecimal feeRate;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user