package com.klp.hrm.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.hrm.domain.HrmShift; import com.klp.hrm.domain.vo.HrmShiftVo; public interface HrmShiftMapper extends BaseMapperPlus { }