This commit is contained in:
dute7liang
2024-01-02 23:32:11 +08:00
parent 2f918497c3
commit 322bd479e2
15 changed files with 177 additions and 41 deletions

View File

@@ -0,0 +1,8 @@
package com.ruoyi.cai.dto.admin.query;
import lombok.Data;
@Data
public class UsercodeReq {
private String usercode;
}

View File

@@ -27,5 +27,6 @@ public class AnchorAdminVo extends Anchor {
private Integer gender;
private Integer age;
private Long city;
private Long cityId;
private String city;
}