xiaoyong931011
2020-07-17 c862fe9bc15ee01a3aa1e8b09146a8084d5b8ee7
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.system.mapper;
 
import com.xcong.excoin.system.entity.RoleMenu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author MrBird
 */
public interface RoleMenuMapper extends BaseMapper<RoleMenu> {
}