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