This commit is contained in:
张良(004796)
2024-03-08 16:15:16 +08:00
parent 42814d5564
commit 00e5cfb288
6 changed files with 63 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ public class HomeStaticIndexVo {
private BigDecimal todayLoginDiffLast;
@Schema(description = "主播人数")
private Long anchorNum;
@Schema(description = "主播人数与昨日相比")
private BigDecimal anchorNumDiffLast;
@Schema(description = "今日充值金额")
private BigDecimal todayRechargeAmountNum;
@Schema(description = "今日充值订单数")