wl
2022-09-29 e1341c21eff54bb24c1c98df2e65387ff7e17dd7
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> {
 
}