| | |
| | | return Result.OK(result); |
| | | } |
| | | |
| | | // @ApiOperation(value = "数字孪生看板-设备故障", notes = "数字孪生看板-设备故障") |
| | | // @GetMapping("/equAlarmList") |
| | | // public Result<?> equAlarmList(@ApiParam(value = "productionId", required = true) String productionId) { |
| | | // dtBoardService. |
| | | // } |
| | | @ApiOperation(value = "数字孪生看板-设备故障", notes = "数字孪生看板-设备故障") |
| | | @GetMapping("/equRepairList") |
| | | public Result<?> equRepairList(@ApiParam(value = "productionId", required = true) String productionId) { |
| | | List<EquRepair> result = dtBoardService.equRepairList(productionId); |
| | | return Result.OK(result); |
| | | } |
| | | |
| | | @ApiOperation(value = "数字孪生看板-设备安灯信息", notes = "数字孪生看板-设备安灯信息") |
| | | @GetMapping("/equAndonList") |
| | | public Result<?> equAndonList(@ApiParam(value = "productionId", required = true) String productionId) { |
| | | List<EquAndon> result = dtBoardService.equAndonList(productionId); |
| | | return Result.OK(result); |
| | | } |
| | | |
| | | |
| | | } |