增加后台车辆,gps类接口

This commit is contained in:
zhangyue 2026-08-04 11:47:30 +08:00
parent 1c8283c1f8
commit 00a3717526
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ public class BigScreenControllerP2 {
@GetMapping("/04.alertRecord") @GetMapping("/alertRecord")
@ApiOperation("获取预警数据") @ApiOperation("04.获取预警数据")
public Result<IPage<SurvAlertRecord>> getAlertRecord(@RequestParam(name="pageNo", defaultValue="1") Integer pageNo, public Result<IPage<SurvAlertRecord>> getAlertRecord(@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize, @RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
@RequestParam(value = "stationCode",required = false)String stationCode, @RequestParam(value = "stationCode",required = false)String stationCode,