办公V3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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<HrmFlowCcMapper, HrmFlowCc, HrmFlowCcVo> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user