src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -1,5 +1,6 @@ package com.lf.server.mapper.sys; import com.lf.server.entity.ctrl.CoordinateEntity; import com.lf.server.entity.ctrl.CountEntity; import com.lf.server.entity.sys.ReportEntity; import org.apache.ibatis.annotations.Mapper; @@ -138,4 +139,12 @@ * @return */ public List<CountEntity> countExplorationPoints(); /** * 根据项目编码查询钻孔数据坐标点 * * @return * @date */ public List<CoordinateEntity> selectExplorationPoints(String code); }