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