增加后台车辆,gps类接口
This commit is contained in:
parent
1c8283c1f8
commit
00a3717526
|
|
@ -148,8 +148,8 @@ public class BigScreenControllerP2 {
|
|||
|
||||
|
||||
|
||||
@GetMapping("/04.alertRecord")
|
||||
@ApiOperation("获取预警数据")
|
||||
@GetMapping("/alertRecord")
|
||||
@ApiOperation("04.获取预警数据")
|
||||
public Result<IPage<SurvAlertRecord>> getAlertRecord(@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
|
||||
@RequestParam(value = "stationCode",required = false)String stationCode,
|
||||
|
|
|
|||
Loading…
Reference in New Issue