| | |
| | | |
| | | 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; |
| | |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countByMajor(); |
| | | |
| | | /** |
| | | * 查询中线缓冲区 |
| | | * |
| | | * @return |
| | | */ |
| | | public Integer selectLineBuffer(); |
| | | |
| | | /** |
| | | * 根据类型查询元数据(用于计算面积) |
| | | * |
| | | * @return |
| | | */ |
| | | @MapKey("") |
| | | public List<Map<String, Object>> selectMetaByType(); |
| | | } |