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