| | |
| | | */ |
| | | public TreeVo mapAttachEvents(AttachQueryParam dto) ; |
| | | |
| | | /** |
| | | * 图片分析对比 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<AnalysisAttachVo> contrastiveAnalysis(Long id); |
| | | |
| | | int updateFileName(Long id, String nickName); |
| | | |
| | |
| | | */ |
| | | List<AttachTypeStatisticsVO> calculateTheThreeDimensionalArea(String deviceSn, String startDate, String endDate, String resultTypes, String areaCode); |
| | | |
| | | /** |
| | | * 流式附件下载 |
| | | * @param param 下载参数 |
| | | * @param outputStream 输出流 |
| | | * @return 处理结果 |
| | | * @throws IOException IO异常 |
| | | */ |
| | | Boolean downloadByByte(String param, java.io.OutputStream outputStream) throws IOException; |
| | | |
| | | } |