perf:权限增加一个source字段,用于标记权限来源

This commit is contained in:
曾文豪
2024-08-13 14:49:22 +08:00
parent 3415f0836f
commit b9347013f0
5 changed files with 41 additions and 4 deletions

View File

@@ -99,4 +99,8 @@ create table core_role_user
alter table core_role_authority
add version varchar(50) null comment '版本号' after platform;
alter table core_role_authority
add source varchar(10) null comment '权限来源auto-自动生成input-添加' after version;
SET FOREIGN_KEY_CHECKS = 1;