| | |
| | | import com.flightfeather.uav.domain.entity.Mission |
| | | import com.flightfeather.uav.domain.entity.SceneInfo |
| | | import com.flightfeather.uav.lightshare.bean.AreaVo |
| | | import com.flightfeather.uav.lightshare.bean.DataHead |
| | | import com.flightfeather.uav.lightshare.bean.GridDataDetailMixVo |
| | | import com.flightfeather.uav.lightshare.eunm.PollutionDegree |
| | | import com.flightfeather.uav.socket.eunm.FactorType |
| | |
| | | * @param minPer 最小污染百分比,用于筛选异常数据点(可选) |
| | | * @return 历史污染溯源结果的字符串表示(具体格式需参考实现类) |
| | | */ |
| | | fun fetchHistory(missionCode: String, minPer: Double?): String |
| | | fun fetchHistory(missionCode: String, minPer: Double?, page: Int?, perPage: Int?): Pair<DataHead, String> |
| | | |
| | | /** |
| | | * 生成走航任务汇总统计 |