huliguo
2025-06-26 5a7486e9893a706ed464e3197c9711286b077896
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.account.vo;
 
import com.ruoyi.common.core.web.page.PageInfo;
import lombok.Data;
 
@Data
public class UserPointStatisticsTopVO {
    private Integer chargeTotalPoint;
    private Integer useTotalPoint;
}