ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java
@@ -1,5 +1,6 @@ package com.ycl.platform.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ycl.platform.domain.entity.YwThreshold; import java.util.List; @@ -10,7 +11,7 @@ * @author gonghl * @date 2024-03-25 */ public interface YwThresholdMapper { public interface YwThresholdMapper extends BaseMapper<YwThreshold> { /** * 查询运维阈值 *