src/main/java/com/whyc/pojo/UserRole.java
@@ -8,7 +8,7 @@ * 用户角色表 */ @Alias("UserRole") @TableName( schema = "`db_3.5mw_web`",value = "tb_user_role") @TableName( schema = "`db_cluster_test`",value = "tb_user_role") public class UserRole { private Integer id;