24282 %!s(int64=2) %!d(string=hai) anos
pai
achega
9939e7c7df

+ 3 - 0
hx-iot/src/main/java/com/fjhx/iot/controller/tda/TdaDeviceController.java

@@ -48,6 +48,9 @@ public class TdaDeviceController {
         return tdaDeviceService.getPage(dto);
     }
 
+    /**
+     * 获取上位机设备列表
+     */
     @PostMapping("computerList")
     public List<JSONObject> computerList(@RequestBody TdaDeviceSelectDto dto) {
         return tdaDeviceService.getComputerList(dto);