电能质量问题监测点超标新增需求

This commit is contained in:
hzj
2024-04-09 11:07:54 +08:00
parent 696973d43e
commit 61f969e41a
2 changed files with 2 additions and 2 deletions

View File

@@ -46,5 +46,5 @@ public interface CommLineClient {
@GetMapping("/getLineAllDetail")
LineALLInfoDTO getLineAllDetail(@RequestParam("id") String id);
HttpResult<LineALLInfoDTO> getLineAllDetail(@RequestParam("id") String id);
}