huliguo
2025-05-06 05ea2cf040cfc966c96998cea8570f8f90d3c7ad
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;
}