feat: 添加CDR和UENB记录删除调度任务及相关数据库操作
This commit is contained in:
@@ -941,6 +941,14 @@ INSERT INTO "sys_i18n" VALUES (765, "dictData.sys_user_type.oauth2", "OAuth2", "
|
||||
INSERT INTO "sys_i18n" VALUES (766, "user.export.userType", "用户类型", "User Type");
|
||||
INSERT INTO "sys_i18n" VALUES (767, "menu.system.loginSource", "第三方登录认证", "Third Party Login Source");
|
||||
INSERT INTO "sys_i18n" VALUES (768, "log.operate.title.sysLoginSource", "认证源", "Login Source");
|
||||
INSERT INTO "sys_i18n" VALUES (769, 'job.delete_cdr_record', '删除-过期话单记录', 'Delete-Expired CDR Records');
|
||||
INSERT INTO "sys_i18n" VALUES (770, 'job.delete_cdr_record_remark', 'storeDays:表示保留最近天数的数据记录
|
||||
neList:表示匹配的网元类型', 'storeDays: Indicates the most recent days of data records retained
|
||||
neList: Indicates the type of network elements matched');
|
||||
INSERT INTO "sys_i18n" VALUES (771, 'job.delete_uenb_record', '删除-过期终端接入基站记录', 'Delete-Expired UE-NB Records');
|
||||
INSERT INTO "sys_i18n" VALUES (772, 'job.delete_uenb_record_remark', 'storeDays:表示保留最近天数的数据记录
|
||||
neList:表示匹配的网元类型', 'storeDays: Indicates the most recent days of data records retained
|
||||
neList: Indicates the type of network elements matched');
|
||||
|
||||
INSERT INTO "sys_i18n" VALUES (2000, 'menu.psap.agent', '座席', 'Agent');
|
||||
INSERT INTO "sys_i18n" VALUES (2001, 'menu.psap.agent.callings', '并行话务', 'Calling Information');
|
||||
|
||||
Reference in New Issue
Block a user