From 9a2b1251fc48874b76d3b02dbfc306698325dfeb Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期三, 10 一月 2024 10:53:38 +0800 Subject: [PATCH] 更新 --- src/main/java/com/whyc/pojo/RolePermission.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/pojo/RolePermission.java b/src/main/java/com/whyc/pojo/RolePermission.java index 2e866f9..d074ab7 100644 --- a/src/main/java/com/whyc/pojo/RolePermission.java +++ b/src/main/java/com/whyc/pojo/RolePermission.java @@ -7,7 +7,7 @@ * 瑙掕壊瀵瑰簲鏉冮檺 */ @Alias("RolePrivilege") -@TableName( schema = "`db_3.5mw_web`",value = "tb_role_privilege") +@TableName( schema = "`db_cluster_test`",value = "tb_role_privilege") public class RolePermission { private Integer id; -- Gitblit v1.9.1