接口调整
This commit is contained in:
@@ -37,6 +37,12 @@ public class UserVO extends UserParam implements Serializable {
|
||||
@ApiModelProperty("部门名称")
|
||||
private String deptName;
|
||||
|
||||
@ApiModelProperty("区域id")
|
||||
private String areaId;
|
||||
|
||||
@ApiModelProperty("区域名称")
|
||||
private String areaName;
|
||||
|
||||
@ApiModelProperty("角色id")
|
||||
private List<String> roleList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user