jinpengyong
2024-06-19 f05383c46370ec8c4f4b8b8165ffab3769dd06a2
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);
}