fix: dict data of tenant management

This commit is contained in:
2024-06-21 10:08:09 +08:00
parent f7b0927318
commit 8181ed5b1d
2 changed files with 3 additions and 1 deletions

View File

@@ -677,6 +677,6 @@ INSERT INTO `sys_dict_data` VALUES (2150, 2150, 'dictData.tenancy.slice', '网
INSERT INTO `sys_dict_data` VALUES (2151, 2151, 'dictData.tenancy.ne', '网元', 'i18n_zh', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (2152, 2152, 'dictData.tenancy.radio', '无线基站', 'i18n_zh', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (2153, 2153, 'role.tenant', '租户', 'i18n_zh', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (2154, 2154, 'log.operate.title.sysTenant', '租户管理', 'i18n_zh', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
SET FOREIGN_KEY_CHECKS = 1;

View File

@@ -677,5 +677,7 @@ INSERT INTO `sys_dict_data` VALUES (4150, 4150, 'dictData.tenancy.slice', 'Netwo
INSERT INTO `sys_dict_data` VALUES (4151, 4151, 'dictData.tenancy.ne', 'Network Element', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4152, 4152, 'dictData.tenancy.radio', 'Radio', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4153, 4153, 'role.tenant', 'Tenants', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4154, 4154, 'log.operate.title.sysTenant', 'Tenant Management', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
SET FOREIGN_KEY_CHECKS = 1;