123
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ruoyi.cai.dto.app.query.index;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserMapperQuery {
|
||||
private String usercode;
|
||||
private String nickname;
|
||||
private String usercodeAndNickname;
|
||||
|
||||
private Integer gender;
|
||||
}
|
||||
@@ -7,10 +7,10 @@ import lombok.Data;
|
||||
@Schema(description = "用户查询")
|
||||
public class UserQuery {
|
||||
|
||||
@Schema(description = "昵称")
|
||||
private String nickname;
|
||||
@Schema(description = "蜜瓜号")
|
||||
private String usercode;
|
||||
@Schema(description = "搜索内容")
|
||||
private String text;
|
||||
@Schema(description = "搜索类型 1-全部 2-昵称 3-蜜瓜号")
|
||||
private Integer type;
|
||||
@Schema(description = "性别")
|
||||
private Integer gender;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user