cjl
2024-04-18 f72da3bc5ca43fd37c1f0de15a1e9128a627a563
screen-api/src/main/java/com/moral/api/mapper/MonitorPointMapper.java
@@ -4,6 +4,7 @@
import com.moral.api.entity.MonitorPoint;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.pojo.vo.monitorPoint.MonitorPointVos;
/**
 * <p>
@@ -17,4 +18,5 @@
    List<Integer> getMonitorPointiId(Integer id);
    List<MonitorPointVos> getMonitorPoint(Integer id);
}