package com.ruoyi.staff.service.impl; import com.ruoyi.staff.pojo.StaffEducation; import com.ruoyi.staff.mapper.StaffEducationMapper; import com.ruoyi.staff.service.StaffEducationService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 员工教育经历表 服务实现类 *

* * @author 芯导软件(江苏)有限公司 * @since 2026-03-05 04:33:08 */ @Service public class StaffEducationServiceImpl extends ServiceImpl implements StaffEducationService { }