src/main/java/com/lf/server/mapper/show/OneMapMapper.java
@@ -2,6 +2,7 @@ import com.lf.server.entity.bs.MpipelineEntity; import com.lf.server.entity.ctrl.CountEntity; import com.lf.server.entity.ctrl.IdNameEntity; import com.lf.server.entity.show.OneMapEntity; import org.apache.ibatis.annotations.MapKey; import org.apache.ibatis.annotations.Mapper; @@ -237,4 +238,18 @@ * @return */ public List<CountEntity> countByMajor(); /** * 查询中线缓冲区 * * @return */ public Integer selectLineBuffer(); /** * 根据类型查询元数据(用于计算面积) * * @return */ public List<IdNameEntity> selectMetaByType(); }