Commit 611cf547d391550ac89cc440df4e92f664ff4559
1 parent
ed3b7683
提交代码
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/devicemanagement/PdaController.java
@@ -15,6 +15,7 @@ import org.springframework.beans.factory.annotation.Value; | @@ -15,6 +15,7 @@ import org.springframework.beans.factory.annotation.Value; | ||
15 | import org.springframework.web.bind.annotation.GetMapping; | 15 | import org.springframework.web.bind.annotation.GetMapping; |
16 | import org.springframework.web.bind.annotation.PostMapping; | 16 | import org.springframework.web.bind.annotation.PostMapping; |
17 | import org.springframework.web.bind.annotation.RequestBody; | 17 | import org.springframework.web.bind.annotation.RequestBody; |
18 | +import org.springframework.web.bind.annotation.RequestMapping; | ||
18 | import org.springframework.web.bind.annotation.RequestParam; | 19 | import org.springframework.web.bind.annotation.RequestParam; |
19 | import org.springframework.web.bind.annotation.RestController; | 20 | import org.springframework.web.bind.annotation.RestController; |
20 | import org.springframework.web.multipart.MultipartFile; | 21 | import org.springframework.web.multipart.MultipartFile; |
@@ -60,6 +61,7 @@ import io.swagger.annotations.ApiOperation; | @@ -60,6 +61,7 @@ import io.swagger.annotations.ApiOperation; | ||
60 | * 2017年8月31日 wangbiao v1.0.0 创建 | 61 | * 2017年8月31日 wangbiao v1.0.0 创建 |
61 | */ | 62 | */ |
62 | @RestController | 63 | @RestController |
64 | +@RequestMapping("/padinfo") | ||
63 | public class PdaController extends BizController { | 65 | public class PdaController extends BizController { |
64 | 66 | ||
65 | private static final Logger logger = LoggerFactory.getLogger(InOutParkStatisticController.class); | 67 | private static final Logger logger = LoggerFactory.getLogger(InOutParkStatisticController.class); |
@@ -74,7 +76,7 @@ public class PdaController extends BizController { | @@ -74,7 +76,7 @@ public class PdaController extends BizController { | ||
74 | 76 | ||
75 | 77 | ||
76 | 78 | ||
77 | - @ApiOperation("PDA信息信息") | 79 | + @ApiOperation("过车查询") |
78 | @PostMapping("/queryPassedca4pabe") | 80 | @PostMapping("/queryPassedca4pabe") |
79 | public BizResultVO<EasyUIDataGridVO<TpPTgsPassedcarDTO>> queryPassedca4pabe(@RequestBody TpPTgsPassedcarRequest tpPTgsPassedcarRequest, HttpServletRequest request, | 81 | public BizResultVO<EasyUIDataGridVO<TpPTgsPassedcarDTO>> queryPassedca4pabe(@RequestBody TpPTgsPassedcarRequest tpPTgsPassedcarRequest, HttpServletRequest request, |
80 | HttpServletResponse response){ | 82 | HttpServletResponse response){ |