| | |
| | | import com.ycl.platform.domain.entity.WorkOrder; |
| | | import com.ycl.platform.domain.form.*; |
| | | import com.ycl.platform.domain.query.*; |
| | | import com.ycl.platform.domain.vo.DeviceInfoVO; |
| | | import com.ycl.platform.domain.vo.DistributeWorkOrderVO; |
| | | import com.ycl.platform.domain.vo.screen.WorkOrderRegionVO; |
| | | import com.ycl.platform.domain.vo.screen.WorkOrderTotalVO; |
| | |
| | | */ |
| | | List<WorkOrderRegionVO> workOrderRegion(DashboardQuery dashboardQuery); |
| | | |
| | | |
| | | /** |
| | | * 工单设备点播获取一帧图片 |
| | | * |
| | | * @param deviceId 设备国标码 |
| | | * @param channelId 设备通道编号 |
| | | * @return 数据 |
| | | */ |
| | | String getFrameImgByDevice(String deviceId, String channelId); |
| | | |
| | | /** |
| | | * 查询工单:已下发、已处理、已完成的工单 |
| | | * |
| | | * @return 数据 |
| | | */ |
| | | List<DeviceInfoVO> hasErrorWorkOrderList(); |
| | | |
| | | /** |
| | | * 查询工单:已下发、已处理、已完成的工单 |
| | | * |
| | | * @param workOrderId 工单ID |
| | | * @param imgPath 图像地址 |
| | | * @return 数据 |
| | | */ |
| | | void updateImgById(Integer workOrderId, String imgPath); |
| | | } |