package com.klp.hrm.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.hrm.domain.HrmContract; import com.klp.hrm.domain.vo.HrmContractVo; public interface HrmContractMapper extends BaseMapperPlus { }