API数据表更新

This commit is contained in:
2025-08-25 22:15:03 +08:00
parent eb9a677204
commit 69ccb46e2a
168 changed files with 5384 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.mini.capi.biz.mapper;
import com.mini.capi.biz.domain.ResumeEducation;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 教育经历子表 Mapper 接口
* </p>
*
* @author gaoxq
* @since 2025-08-25
*/
public interface ResumeEducationMapper extends BaseMapper<ResumeEducation> {
}