|
|
@@ -1,10 +1,8 @@ |
|
|
|
package com.taauav.front.controller; |
|
|
|
|
|
|
|
import com.taauav.admin.entity.TauvDriverPoint; |
|
|
|
import com.taauav.admin.service.ITauvDriverPointService; |
|
|
|
import com.taauav.common.bean.Response; |
|
|
|
import com.taauav.front.service.IUserInspectDriverService; |
|
|
|
import io.swagger.models.auth.In; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
@@ -12,7 +10,6 @@ import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* 指挥大屏 - 任务管理 控制器 |
|
|
@@ -25,10 +22,6 @@ import java.util.List; |
|
|
|
public class IndexInspectController { |
|
|
|
@Autowired |
|
|
|
private IUserInspectDriverService inspectDriverService; |
|
|
|
@Autowired |
|
|
|
private ITauvDriverPointService driverPointService; |
|
|
|
@Resource |
|
|
|
private Response response; |
|
|
|
|
|
|
|
/** |
|
|
|
* 统计任务数量 |