jinpengyong
2020-07-29 978f41e48ba2e1345d799017535fda1565b9dfff
1
2
3
4
5
6
7
8
9
10
package com.moral.mapper;
 
import java.util.List;
 
import com.moral.entity.MonitorPoint;
 
public interface MonitorPointMapper {
 
    List<MonitorPoint> getMonitorPointList();
}