潘志宝
4 天以前 b8a0affd03b5fa9fa33cd6f870e90394c2df86c7
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;