package cn.timer.api.dao.yggl; import cn.timer.api.bean.yggl.YgglEmpLzyy; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.springframework.stereotype.Repository; /** * 离职原因 * * @author wgd * @email 862422848@qq.com * @date 2022-05-06 15:46:06 */ @Repository public interface YgglEmpLzyyMapper extends BaseMapper<YgglEmpLzyy> { }