This commit is contained in:
2025-12-30 13:47:53 +08:00
parent f1637501b2
commit a623c5673f
137 changed files with 11031 additions and 4043 deletions

View File

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