## 会员实时奖金返回培育津贴字段;

This commit is contained in:
cabbage 2025-06-27 11:43:53 +08:00
parent b2b1e9510e
commit e5ad6d7bbe
1 changed files with 6 additions and 5 deletions

View File

@ -26,11 +26,6 @@ public class MemberBonusFirstPurchaseVO extends PubMemberBonusVO {
// private BigDecimal expandIncome;
//
// /**
// * 辅导收益
// */
// private BigDecimal coachIncome;
//
// /**
// * 分红收益
// */
// private BigDecimal shareIncome;
@ -107,6 +102,12 @@ public class MemberBonusFirstPurchaseVO extends PubMemberBonusVO {
@BigDecimalFormat
private BigDecimal retailMonthRepurchaseIncome;
/**
* 培育津贴
*/
@BigDecimalFormat
private BigDecimal coachIncome;
/**
* 福利分红收益总计
*/