L3HRM后端推送

This commit is contained in:
2025-12-16 16:56:14 +08:00
parent 5ac2e78a33
commit 62c541839e
221 changed files with 8280 additions and 0 deletions

View File

@@ -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> {
}