Skip to content

Commit

Permalink
2024年8月13日 添加初始化biz信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Aug 13, 2024
1 parent 191e6a6 commit 7300096
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/sql/codo_apps.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-06-06 10:12:34', '2023-06-06 10:12:34', 1, '管理后台', 'mg', '', 'img', 'icon', '管理CODO权限、系统配置等。');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-06-05 19:09:34', '2023-06-06 10:12:43', 2, '配置平台', 'cmdb', '', 'img', 'Histogram', '提供配置管理服务');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-06-05 19:09:34', '2023-06-06 10:12:43', 2, 'CMDB', 'cmdb', '', 'img', 'Histogram', '提供配置管理服务');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-07-10 14:14:14', '2023-07-10 14:14:14', 3, '通知中心', 'noc', '', '', '', '通知中心');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-07-17 16:04:50', '2023-07-17 16:04:50', 5, '天门网关', 'gw', '', '', '', '天门网关');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-08-10 15:57:44', '2023-08-10 15:57:48', 6, '任务平台', 'flow', '', 'img', 'icon', '流程调度');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-07-20 16:15:08', '2023-07-20 16:15:08', 10, '行云效能', 'xingyun', '', '', '', '效能平台');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2023-10-09 20:20:14', '2023-10-09 20:20:14', 12, '配置中心', 'kerrigan', '', '', '', '配置中心');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2024-01-23 14:40:56', '2024-01-23 14:40:56', 13, '容器平台', 'kuboard', '', '', '', 'K8S管理平台');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2024-01-23 14:40:56', '2024-01-23 14:40:56', 13, '云原生管理', 'cnmp', '', '', '', '待上线');
INSERT INTO `codo_apps` (`create_time`, `update_time`, `id`, `name`, `app_code`, `href`, `img`, `icon`, `description`) VALUES ('2024-06-03 12:16:10', '2024-06-03 12:16:10', 14, '堡垒机', 'jms', '', '', '', '堡垒机');

0 comments on commit 7300096

Please sign in to comment.