add: alarm event split

This commit is contained in:
2024-05-30 17:03:28 +08:00
parent 5f6195fa3b
commit a0cdec147c
8 changed files with 125 additions and 82 deletions

View File

@@ -657,5 +657,7 @@ INSERT INTO `sys_dict_data` VALUES (4130, 4130, 'post.export.time', 'Creation Ti
INSERT INTO `sys_dict_data` VALUES (4131, 4131, 'role.export.time', 'Creation Time', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT INTO `sys_dict_data` VALUES (4132, 4132, 'dictData.ne_host_authMode.2', 'Confidentiality Auth Mode', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT INTO `sys_dict_data` VALUES (4133, 4133, 'menu.ne.neConfPara5G', 'NE Config Public 5G', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT INTO `sys_dict_data` VALUES (4134, 4134, 'menu.fault.event', 'Event Notification', 'i18n_en', NULL, NULL, '1', 'supervisor', 1717051688260, '', 0, NULL);
SET FOREIGN_KEY_CHECKS = 1;