增加今日收益计算

This commit is contained in:
2025-10-30 15:06:31 +08:00
parent 530f4396f7
commit 855967d083
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;