luodangjia
2024-08-09 960f36d9ad3df43b2146aa5265af0613139891c4
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 {
    private  String userPhone;
    private  String cityCode;
    private  Integer status;
    private Integer userTagId;
    private  Integer vipTypeId;
    private   Integer companyId;
}