| | |
| | | @PostMapping(PREFIX + "/query-math-point/current-value") |
| | | @Operation(summary = "根据计算点编号查询测点集合") |
| | | PageResult<ApiPointDTO> queryMathPointCurrentValue(@RequestBody ApiPointPageReqVO reqVO); |
| | | } |
| | | |
| | | @PostMapping(PREFIX + "/query-point-bad-history/page") |
| | | @Operation(summary = "查询测点异常历史分页") |
| | | PageResult<ApiPointBadHistoryDTO> queryPointBadHistoryPage(@RequestBody ApiPointBadHistoryPageReqVO reqVO); |
| | | |
| | | @PostMapping(PREFIX + "/query-point/count") |
| | | @Operation(summary = "获取点位个数") |
| | | String getPointTotalCount(@RequestBody ApiPointCountReqVO reqVO); |
| | | } |