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/Role.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/pojo/Role.java b/src/main/java/com/whyc/pojo/Role.java index 8ebdf5c..0afc67c 100644 --- a/src/main/java/com/whyc/pojo/Role.java +++ b/src/main/java/com/whyc/pojo/Role.java @@ -8,7 +8,7 @@ * 瑙掕壊 */ @Alias("Role") -@TableName( schema = "`db_3.5mw_web`",value = "tb_role") +@TableName( schema = "`db_cluster_test`",value = "tb_role") public class Role { private Integer id; @TableField("name") -- Gitblit v1.9.1