doc: 添加 sql 文档.

This commit is contained in:
lijiahang
2023-10-31 11:27:22 +08:00
parent 9a23b0634b
commit 46fd799021
3 changed files with 632 additions and 135 deletions

View File

@@ -34,7 +34,7 @@ public class SystemUserOperatorType extends InitializingOperatorTypes {
new OperatorType(L, CREATE, "创建用户 <sb>${username}</sb>"),
new OperatorType(M, UPDATE, "修改用户 <sb>${username}</sb>"),
new OperatorType(M, UPDATE_STATUS, "修改用户状态 <sb>${username}</sb> - <sb>${statusName}</sb>"),
new OperatorType(M, GRANT_ROLE, "用户分配角色 <sb>${username}</sb>"),
new OperatorType(M, GRANT_ROLE, "分配用户角色 <sb>${username}</sb>"),
new OperatorType(H, RESET_PASSWORD, "重置用户密码 <sb>${username}</sb>"),
new OperatorType(H, DELETE, "删除用户 <sb>${username}</sb>"),
};