| | |
| | | import org.sxkj.common.model.ResponseResult; |
| | | import org.sxkj.resource.dto.WaylineJobInfoQueryParam; |
| | | import org.sxkj.resource.entity.Attach; |
| | | import org.sxkj.resource.param.AttachPageParam; |
| | | import org.sxkj.resource.vo.*; |
| | | import org.sxkj.system.vo.TreeVo; |
| | | |
| | |
| | | * @param attach |
| | | * @return |
| | | */ |
| | | IPage<AttachVO> selectAttachPage(IPage<AttachVO> page, AttachVO attach); |
| | | IPage<AttachVO> selectAttachPage(IPage<AttachVO> page, AttachPageParam attach); |
| | | |
| | | /** |
| | | * ai图片 |
| | |
| | | */ |
| | | 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; |
| | | |
| | | } |