更新统计数据
This commit is contained in:
parent
1f5ff9e1f9
commit
1de65139c1
|
@ -28,4 +28,9 @@ public class PlatformDailyIncomeVO {
|
||||||
@ApiModelProperty("提现服务费")
|
@ApiModelProperty("提现服务费")
|
||||||
private BigDecimal withdrawServiceCharge;
|
private BigDecimal withdrawServiceCharge;
|
||||||
|
|
||||||
|
@ApiModelProperty("总收益")
|
||||||
|
public BigDecimal getTotalIncome() {
|
||||||
|
return MathUtils.addDecimal(getBonusActualAmount(), withdrawServiceCharge);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user