package org.jeecg.modules.eam.service.impl; import org.jeecg.modules.eam.entity.MtbfLog; import org.jeecg.modules.eam.mapper.MtbfLogMapper; import org.jeecg.modules.eam.service.IMtbfLogService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: mom_eam_mtbf_log * @Author: jeecg-boot * @Date: 2025-06-17 * @Version: V1.0 */ @Service public class MtbfLogServiceImpl extends ServiceImpl implements IMtbfLogService { }