package org.dromara.system.mapper; import org.dromara.common.mybatis.core.mapper.BaseMapperPlus; import org.dromara.system.domain.SysUserPost; /** * 用户与岗位关联表 数据层 * * @author Lion Li */ public interface SysUserPostMapper extends BaseMapperPlus { }