技术监督管理
用户部门添加省级,市,县层级判断
This commit is contained in:
@@ -43,6 +43,9 @@ public class UserVO extends UserParam implements Serializable {
|
||||
@ApiModelProperty("区域名称")
|
||||
private String areaName;
|
||||
|
||||
@ApiModelProperty("部门层级")
|
||||
private Integer deptLevel;
|
||||
|
||||
@ApiModelProperty("角色id")
|
||||
private List<String> roleList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user