ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java @@ -61,8 +61,4 @@ */ public int deleteYwThresholdByIds(Long[] ids); /** * 根据设备类型获取运维阈值 */ public List<YwThreshold> selectByType(String type); }