| | |
| | | * @return 图斑生成的航线 |
| | | * @throws Exception 处理过程中可能出现的任何异常 |
| | | */ |
| | | MultipartFile insertGeo(MultipartFile file , String workspaceId,String waylineName, double airportLat, double airportLon) throws Exception; |
| | | MultipartFile insertGeo(MultipartFile file , String workspaceId,String waylineName, double airportLat, double airportLon,String creator) throws Exception; |
| | | |
| | | /** |
| | | * 将List<TbDkjbxxEntity>类型的数据批量插入到数据库中。 |
| | | * @param list 需要保存到数据库的TbDkjbxxEntity实体列表。 |
| | | */ |
| | | void savaInMysql(List<TbDkjbxxEntity> list, String workspaceId); |
| | | void savaInMysql(List<TbDkjbxxEntity> list, String workspaceId,String id,String name); |
| | | |
| | | List<LotInfo> getNoPlan(); |
| | | } |