懒羊羊
2023-08-30 1ac2bc1590406d9babec036e154d8d08f34a6aa1
提交 | 用户 | 时间
1ac2bc 1 package cn.stylefeng.guns.sys.modular.rest.mapper;
2
3 import cn.stylefeng.guns.sys.modular.rest.entity.RestRelation;
4 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
5
6 /**
7  * <p>
8  * 角色和菜单关联表 Mapper 接口
9  * </p>
10  *
11  * @author stylefeng
12  * @since 2018-12-07
13  */
14 public interface RestRelationMapper extends BaseMapper<RestRelation> {
15
16 }