新增在线用户管理

This commit is contained in:
RuoYi
2020-09-24 15:44:43 +08:00
parent 3eac04311f
commit 86c7a763bc
11 changed files with 443 additions and 50 deletions

View File

@@ -10,9 +10,6 @@ public class SysUserOnline
/** 会话编号 */
private String tokenId;
/** 部门名称 */
private String deptName;
/** 用户名称 */
private String userName;
@@ -41,16 +38,6 @@ public class SysUserOnline
this.tokenId = tokenId;
}
public String getDeptName()
{
return deptName;
}
public void setDeptName(String deptName)
{
this.deptName = deptName;
}
public String getUserName()
{
return userName;