Commit 20b67334 authored by 赵啸非's avatar 赵啸非

添加资源自动刷新获取

parent aeff17b8
...@@ -250,10 +250,6 @@ public class UserEntity extends UserVo implements IUser { ...@@ -250,10 +250,6 @@ public class UserEntity extends UserVo implements IUser {
return userType; return userType;
} }
@Override
public String getMenuUrl() {
return null;
}
/** /**
* 设置 用户类型(0.系统用户,1.普通用户,2.工作人员) * 设置 用户类型(0.系统用户,1.普通用户,2.工作人员)
......
...@@ -62,13 +62,6 @@ public class UserVo extends BaseEntityLong { ...@@ -62,13 +62,6 @@ public class UserVo extends BaseEntityLong {
*/ */
private String menuUrl; private String menuUrl;
public String getMenuUrl() {
return menuUrl;
}
public void setMenuUrl(String menuUrl) {
this.menuUrl = menuUrl;
}
public static void main(String[] args) { public static void main(String[] args) {
UserQuery userEntity = new UserQuery(); UserQuery userEntity = new UserQuery();
......
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