33333333333

This commit is contained in:
777
2025-02-19 18:55:08 +08:00
parent 7d0186302e
commit 46a5b759a0
3 changed files with 170 additions and 0 deletions

View File

@@ -7,6 +7,14 @@ import lombok.Data;
@Schema(description = "用户统计相关")
public class UserCountVo {
private Long userId;
/**
* 新增粉丝数
*/
private Long newFansCount;
/**
* 新增访客数
*/
private Long newVisitorCount;
/**
* 粉丝总数
*/