com.base4j.mvc.sys.mapper.SysRoleMapper Maven / Gradle / Ivy
package com.base4j.mvc.sys.mapper;
import com.base4j.mvc.sys.entity.SysRole;
import com.base4j.mybatis.base.mapper.BaseMapper;
import com.base4j.mybatis.config.mybatis.annotations.AutoMapper;
@AutoMapper
public interface SysRoleMapper extends BaseMapper {
}