package org.jeecg.modules.eam.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.eam.entity.InspectionMethod; import org.jeecg.modules.eam.entity.InspectionSpecialty; import org.jeecg.modules.eam.mapper.InspectionMethodMapper; import org.jeecg.modules.eam.mapper.InspectionSpecialtyMapper; import org.jeecg.modules.eam.service.IInspectionMethodService; import org.jeecg.modules.eam.service.IInspectionSpecialtyService; import org.springframework.stereotype.Service; /** * @Description: mom_eam_inspection_method * @Author: jeecg-boot * @Date: 2023-03-10 * @Version: V1.0 */ @Service public class InspectionSpecialtyServiceImpl extends ServiceImpl implements IInspectionSpecialtyService { }