zhanghua
2022-12-07 c8c898b2d1c9f7b9b2d8b6f4f30c0f76c1470ccd
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> {
 
}