123
This commit is contained in:
@@ -30,7 +30,9 @@ public class AnchorTopAdminVo extends AnchorTop {
|
||||
* 性别
|
||||
*/
|
||||
private Integer gender;
|
||||
private Integer age;
|
||||
private Long age;
|
||||
private Integer status;
|
||||
private Integer onlineStatus;
|
||||
// 1-生效 2-过期 3-待生效
|
||||
private Integer topStatus;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.ruoyi.cai.dto.app.query.index;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@Schema(description = "主播查询条件")
|
||||
public class AnchorListQuery {
|
||||
@@ -21,4 +23,6 @@ public class AnchorListQuery {
|
||||
|
||||
@Schema(hidden = true)
|
||||
private Integer onlineStatus;
|
||||
@Schema(hidden = true)
|
||||
private List<Long> ignoreUserIds;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ public class AnchorListVo {
|
||||
private Integer online;
|
||||
|
||||
@Schema(description = "用户ID")
|
||||
private String userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 头像
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user