dongyukun
2024-12-31 0a2b23ad3f30dfb01c5d590fb98f39e93bfe1932
提交 | 用户 | 时间
7c3e09 1 alter table system_menu add column `app_id` int DEFAULT NULL;
2 alter table system_menu add column `tenant_id` int DEFAULT NULL;
3
4 alter table system_app add column `type` int DEFAULT NULL;
5 alter table system_app add column `tenant_id` int DEFAULT NULL;
6 alter table system_app add column `group_id` int DEFAULT NULL;