chore: 修改日志模块文案

This commit is contained in:
ray
2024-06-29 15:27:52 +08:00
parent a26e7b2f57
commit b3f2c9ff7c

View File

@@ -14,31 +14,13 @@ import lombok.Getter;
@Getter
public enum LogModuleEnum {
/**
* 登录
*/
LOGIN("登录"),
/**
* 用户模块
*/
USER("用户模块"),
/**
* 部门模块
*/
DEPT("部门模块"),
/**
* 角色模块
*/
ROLE("角色模块"),
/**
* 菜单模块
*/
MENU("菜单模块"),
/**
* 字典模块
*/
DICT("字典模块"),
LOGIN("登录"),
USER("用户"),
DEPT("部门"),
ROLE("角色"),
MENU("菜单"),
DICT("字典"),
OTHER("其他")
;