Oliver
2022-09-14 91a9dd80b51af93c9305bb39b3757e6750f88008
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.mapper.user;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.user.UmsRoleResourceRelation;
 
/**
 * <p>
 * 后台角色资源关系表 Mapper 接口
 * </p>
 *
 * @author macro
 * @since 2020-08-21
 */
public interface UmsRoleResourceRelationMapper extends BaseMapper<UmsRoleResourceRelation> {
 
}