package org.jeecg.modules.eam.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.eam.entity.EamEquipmentHistoryLog; import org.jeecg.modules.eam.mapper.EamEquipmentHistoryLogMapper; import org.jeecg.modules.eam.service.IEamEquipmentHistoryLogService; import org.springframework.stereotype.Service; /** * @Description: 设备履历 * @Author: jeecg-boot * @Date: 2025-03-19 * @Version: V1.0 */ @Service public class EamEquipmentHistoryLogServiceImpl extends ServiceImpl implements IEamEquipmentHistoryLogService { }