潘志宝
2025-03-23 ead3a7406d18f4f2ee5afe581bcb04f8d64fcb5e
1
2
3
4
5
6
alter table system_menu add column `app_id` int DEFAULT NULL;
alter table system_menu add column `tenant_id` int DEFAULT NULL;
 
alter table system_app add column `type` int DEFAULT NULL;
alter table system_app add column `tenant_id` int DEFAULT NULL;
alter table system_app add column `group_id` int DEFAULT NULL;