package com.klp.hrm.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.hrm.domain.HrmHeadcountPlan; import com.klp.hrm.domain.vo.HrmHeadcountPlanVo; public interface HrmHeadcountPlanMapper extends BaseMapperPlus { }