package com.klp.hrm.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.hrm.domain.HrmFlowCc; import com.klp.hrm.domain.vo.HrmFlowCcVo; public interface HrmFlowCcMapper extends BaseMapperPlus { }