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;