update 优化 !pr359 完成 powerjob 集成

This commit is contained in:
疯狂的狮子Li
2023-06-17 00:24:08 +08:00
parent effd504d48
commit bda0e0ec64
23 changed files with 235 additions and 266 deletions

View File

@ -1,3 +1,5 @@
ALTER TABLE gen_table ADD (data_name VARCHAR2(200) DEFAULT '');
COMMENT ON COLUMN gen_table.data_name IS '数据源名称';
UPDATE sys_menu SET path = 'powerjob', component = 'monitor/powerjob/index', perms = 'monitor:powerjob:list', remark = 'powerjob控制台菜单' WHERE menu_id = 120;