Commit 79442259 authored by 赵啸非's avatar 赵啸非

更新菜单树列表

parent be2c63e2
...@@ -226,6 +226,12 @@ public class UserEntity extends UserVo implements IUser { ...@@ -226,6 +226,12 @@ public class UserEntity extends UserVo implements IUser {
public Integer getUserType(){ public Integer getUserType(){
return userType; return userType;
} }
@Override
public String getMenuUrl() {
return null;
}
/** /**
* 设置 用户类型(0.系统用户,1.普通用户,2.工作人员) * 设置 用户类型(0.系统用户,1.普通用户,2.工作人员)
* @param userType * @param userType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment