技术监督管理

用户部门添加省级,市,县层级判断
This commit is contained in:
2023-06-26 09:14:39 +08:00
parent 3855accc61
commit c4cc262964
28 changed files with 1509 additions and 1 deletions

View File

@@ -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;