增加今日收益计算

This commit is contained in:
2025-10-30 14:53:18 +08:00
parent 530f4396f7
commit 066ed82476
2 changed files with 25 additions and 7 deletions

View File

@ -31,6 +31,8 @@ public class AnnualOverviewResp {
@ApiModelProperty(value = "年总充")
BigDecimal yearCharge;
@ApiModelProperty(value = "今日收益")
BigDecimal todayProfit;
@ApiModelProperty(value = "昨日收益")
BigDecimal yestProfit;