This commit is contained in:
张良(004796)
2024-01-04 14:36:44 +08:00
parent 01a2787d43
commit 744f16694f
9 changed files with 36 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ public class LogininforEvent implements Serializable {
* 用户账号
*/
private String username;
private String userType;
/**
* 登录状态 0成功 1失败

View File

@@ -56,6 +56,8 @@ public class OperLogEvent implements Serializable {
*/
private String operName;
private String userType;
/**
* 部门名称
*/