package cn.timer.api.dao.zzgl; import org.springframework.stereotype.Repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.zzgl.ZzglAuth; /** * 部门岗位表 * @author Tang 2019-11-17 */ @Repository public interface ZzglAuthMapper extends BaseMapper<ZzglAuth> { }