## 奖金汇总添加新字段;

This commit is contained in:
cabbage 2025-04-19 15:42:16 +08:00
parent 1eaaace2d4
commit 014634ffd1
1 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,12 @@ public class BonusTotalVO implements Serializable{
@Excel(name = "复购拓展收益", scale = 2) @Excel(name = "复购拓展收益", scale = 2)
private BigDecimal repurExpandIncomeOri; private BigDecimal repurExpandIncomeOri;
/**
* 复购辅导收益
*/
@Excel(name = "复购辅导收益", scale = 2)
private BigDecimal repurCoachIncomeOri;
/** /**
* 复购券 * 复购券
*/ */
@ -278,6 +284,12 @@ public class BonusTotalVO implements Serializable{
@Excel(name = "复购拓展收益($)", scale = 2) @Excel(name = "复购拓展收益($)", scale = 2)
private BigDecimal repurExpandIncome; private BigDecimal repurExpandIncome;
/**
* 复购辅导收益
*/
@Excel(name = "复购辅导收益($)", scale = 2)
private BigDecimal repurCoachIncome;
/** /**
* 复购券 * 复购券
*/ */