额外字段

This commit is contained in:
2025-10-28 18:13:50 +08:00
parent 4a65b4a2c2
commit fae7d9ed5d
2 changed files with 20 additions and 9 deletions

View File

@@ -34,6 +34,11 @@ public class InviteUserVO implements Serializable {
* 一级收益
*/
private BigDecimal oneIncome;
private BigDecimal totalIncome;
private BigDecimal pendingIncome;
private BigDecimal receivedIncome;
private BigDecimal withdrawnIncome;
private Integer status;
/**
* 邀请时间
*/