package com.klp.hrm.mapper; import com.klp.common.core.mapper.BaseMapperPlus; import com.klp.hrm.domain.HrmFlowAction; import com.klp.hrm.domain.vo.HrmFlowActionVo; public interface HrmFlowActionMapper extends BaseMapperPlus { }