|
@@ -6,6 +6,8 @@ import lombok.Data;
|
|
|
@Data
|
|
@Data
|
|
|
public class CommissionSummaryDTO {
|
|
public class CommissionSummaryDTO {
|
|
|
private Integer totalCommission;
|
|
private Integer totalCommission;
|
|
|
|
|
+ /** 累计收益,与 totalCommission 同值,供前端 wealth 页面使用 */
|
|
|
|
|
+ private Integer totalEarnings;
|
|
|
private Integer settledAmount;
|
|
private Integer settledAmount;
|
|
|
private Integer pendingAmount;
|
|
private Integer pendingAmount;
|
|
|
private Integer withdrawnAmount;
|
|
private Integer withdrawnAmount;
|