| | |
| | | import com.ruoyi.system.applet.query.TaskUserListQuery; |
| | | import com.ruoyi.system.applet.vo.TaskUserListVO; |
| | | import com.ruoyi.system.model.TTask; |
| | | import com.ruoyi.system.query.PointDetailQuery; |
| | | import com.ruoyi.system.query.TaskListQuery; |
| | | import com.ruoyi.system.query.TaskProgressQuery; |
| | | import com.ruoyi.system.vo.system.ProgressListVO; |
| | | import com.ruoyi.system.vo.system.TLocationTaskListVO; |
| | | import com.ruoyi.system.vo.system.TaskListVO; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | |
| | | PageInfo<ProgressListVO> taskProgress(TaskProgressQuery query); |
| | | List<ProgressListVO> taskProgressExport(TaskProgressQuery query); |
| | | |
| | | /** |
| | | * 点位巡检热力图-点位详情任务列表 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | PageInfo<TLocationTaskListVO> pointInspectionHeatDetailTaskList(PointDetailQuery query); |
| | | } |