Commit a7acf7e172b66636177d3bfcf1587e22cee9f83a
1 parent
b1f4cd56
1
Showing
1 changed file
with
6 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/govclouds/DataGeneralizeController.java
| ... | ... | @@ -407,7 +407,12 @@ public class DataGeneralizeController { |
| 407 | 407 | } |
| 408 | 408 | |
| 409 | 409 | |
| 410 | - | |
| 410 | + /** | |
| 411 | + * 获取停车场设备和PDA在线离线总数 | |
| 412 | + * langlw 2017-9-5 | |
| 413 | + * @param request | |
| 414 | + * @return | |
| 415 | + */ | |
| 411 | 416 | @ApiOperation(value="获取停车场设备和PDA在线离线总数") |
| 412 | 417 | @PostMapping("queryParkEqpAndPDACount") |
| 413 | 418 | @ResponseBody | ... | ... |