|
@@ -1,18 +1,20 @@
|
|
|
package com.sckw.report.controller;
|
|
package com.sckw.report.controller;
|
|
|
|
|
|
|
|
-import com.sckw.core.exception.SystemException;
|
|
|
|
|
import com.sckw.core.model.page.PageResult;
|
|
import com.sckw.core.model.page.PageResult;
|
|
|
import com.sckw.core.web.response.HttpResult;
|
|
import com.sckw.core.web.response.HttpResult;
|
|
|
import com.sckw.report.service.KwFleetService;
|
|
import com.sckw.report.service.KwFleetService;
|
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
+
|
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
|
-import java.util.Map;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @author zk
|
|
* @author zk
|
|
|
- * @desc TODO
|
|
|
|
|
|
|
+ * @desc 运力报表
|
|
|
* @date 2023/7/8 0008
|
|
* @date 2023/7/8 0008
|
|
|
*/
|
|
*/
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|