This commit is contained in:
张良(004796)
2024-04-23 15:44:51 +08:00
parent fa2d521be4
commit 15245bc25f
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ public class HomePageReq extends PageQuery {
*/
@Schema(hidden = true)
private Integer vipStatus = 0;
@Schema(description = "用户编号")
private String usercode;
@Schema(description = "年龄-开始")
private Integer ageBegin;
@Schema(description = "年龄-结束")