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