package org.jeecg.modules.mdc.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.mdc.entity.MdcEquipmentThreshold; import org.jeecg.modules.mdc.mapper.MdcEquipmentThresholdMapper; import org.jeecg.modules.mdc.service.IMdcEquipmentThresholdService; import org.springframework.stereotype.Service; /** * @Description: 设备参数阈值表 * @Author: Lius * @Date: 2023-11-08 * @Version: V1.0 */ @Service public class MdcEquipmentThresholdServiceImpl extends ServiceImpl implements IMdcEquipmentThresholdService { }