|
|
@@ -1,6 +1,5 @@
|
|
|
package com.sckw.fleet.controller;
|
|
|
|
|
|
-import cn.hutool.core.date.DateUtil;
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
@@ -18,8 +17,14 @@ import com.sckw.core.web.context.LoginUserHolder;
|
|
|
import com.sckw.core.web.response.HttpResult;
|
|
|
import com.sckw.excel.easyexcel.RequestHolder;
|
|
|
import com.sckw.excel.utils.ExcelUtil;
|
|
|
-import com.sckw.fleet.model.*;
|
|
|
-import com.sckw.fleet.model.dto.*;
|
|
|
+import com.sckw.fleet.model.KwfFleet;
|
|
|
+import com.sckw.fleet.model.KwfTransportLicense;
|
|
|
+import com.sckw.fleet.model.KwfTruck;
|
|
|
+import com.sckw.fleet.model.KwfTruckLicense;
|
|
|
+import com.sckw.fleet.model.dto.GpsByTruckNoDto;
|
|
|
+import com.sckw.fleet.model.dto.KwfTransportLicenseDto;
|
|
|
+import com.sckw.fleet.model.dto.KwfTruckDto;
|
|
|
+import com.sckw.fleet.model.dto.KwfTruckLicenseDto;
|
|
|
import com.sckw.fleet.model.vo.KwfDriverVo;
|
|
|
import com.sckw.fleet.model.vo.KwfTruckVo;
|
|
|
import com.sckw.fleet.service.KwfTruckService;
|
|
|
@@ -49,7 +54,7 @@ public class KwfTruckController {
|
|
|
|
|
|
@Autowired
|
|
|
KwfTruckService truckService;
|
|
|
- @DubboReference(version = "2.0.0", group = "design", check = false)
|
|
|
+ @DubboReference(version = "1.0.0", group = "design", check = false)
|
|
|
private RemoteSystemService remoteSystemService;
|
|
|
|
|
|
/**
|