package cn.stylefeng.guns.sys.modular.rest.service; import cn.stylefeng.guns.sys.modular.rest.entity.RestRelation; import cn.stylefeng.guns.sys.modular.rest.mapper.RestRelationMapper; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 角色和菜单关联表 服务实现类 *

* * @author stylefeng * @since 2018-12-07 */ @Service public class RestRelationService extends ServiceImpl { }