jinpengyong
2020-08-13 c75b4210328b98913de7eeef507e6d88069bcecc
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();
}