8.8
luodangjia
2024-08-08 f976fd649c742d5d785f1b623e069d19ee20f6aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.account.api.dto;
 
import com.ruoyi.common.core.web.page.BasePage;
import lombok.Data;
 
@Data
public class UserListQueryDto extends BasePage {
    String userPhone;
    String cityCode;
    Integer status;
    Integer userTagId;
    Integer vipTypeId;
    Integer companyId;
}