L3HRM后端推送
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.klp.hrm.mapper;
|
||||
|
||||
import com.klp.common.core.mapper.BaseMapperPlus;
|
||||
import com.klp.hrm.domain.HrmOrg;
|
||||
import com.klp.hrm.domain.vo.HrmOrgVo;
|
||||
|
||||
public interface HrmOrgMapper extends BaseMapperPlus<HrmOrgMapper, HrmOrg, HrmOrgVo> {
|
||||
}
|
||||
Reference in New Issue
Block a user