ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/dto/UserListQueryDto.java
@@ -5,10 +5,10 @@ @Data public class UserListQueryDto extends BasePage { String userPhone; String cityCode; Integer status; Integer userTagId; Integer vipTypeId; Integer companyId; private String userPhone; private String cityCode; private Integer status; private Integer userTagId; private Integer vipTypeId; private Integer companyId; }