33333333333
This commit is contained in:
@@ -7,6 +7,14 @@ import lombok.Data;
|
||||
@Schema(description = "用户统计相关")
|
||||
public class UserCountVo {
|
||||
private Long userId;
|
||||
/**
|
||||
* 新增粉丝数
|
||||
*/
|
||||
private Long newFansCount;
|
||||
/**
|
||||
* 新增访客数
|
||||
*/
|
||||
private Long newVisitorCount;
|
||||
/**
|
||||
* 粉丝总数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user