init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.ruoyi.cai.dto.admin.query;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UsercodeReq {
|
||||
private String usercode;
|
||||
}
|
||||
@@ -27,5 +27,6 @@ public class AnchorAdminVo extends Anchor {
|
||||
private Integer gender;
|
||||
private Integer age;
|
||||
|
||||
private Long city;
|
||||
private Long cityId;
|
||||
private String city;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user