1.等级筛选多选
This commit is contained in:
@@ -20,7 +20,7 @@ public class EmployeeHostsPageReqVO extends PageParam {
|
||||
private Long userId;
|
||||
|
||||
@Schema(description = "主播等级")
|
||||
private String hostsLevel;
|
||||
private List<String> hostsLevel;
|
||||
|
||||
@Schema(description = "主播金币")
|
||||
private Integer[] hostsCoins;
|
||||
|
||||
@@ -18,7 +18,7 @@ public class NewHostsPageReqVO extends PageParam {
|
||||
private String hostsId;
|
||||
|
||||
@Schema(description = "主播等级")
|
||||
private String hostsLevel;
|
||||
private List<String> hostsLevel;
|
||||
|
||||
@Schema(description = "主播金币")
|
||||
private Integer hostsCoins;
|
||||
|
||||
@@ -22,8 +22,6 @@ import cn.iocoder.yudao.framework.common.util.object.BeanUtils;
|
||||
|
||||
|
||||
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
|
||||
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
|
||||
|
||||
|
||||
/**
|
||||
* 主播数据 Service 实现类
|
||||
|
||||
Reference in New Issue
Block a user