whycxzp
2021-03-25 fc9ade96f2e622279433fc3b74c2916b624c7d74
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
 
import com.whyc.pojo.Role;
 
/**
 *  角色
 */
public interface RoleMapper extends CustomMapper<Role>{
 
 
}