| | |
| | | @Api(tags = "在线监测-实时监控") |
| | | @RestController |
| | | @RequestMapping("PowerConfigAction") |
| | | public class PwrappAcdcinfController { |
| | | public class PwrappAcdcinfController extends BaseController{ |
| | | @Autowired |
| | | private PwrappAcdcinfService service; |
| | | |
| | |
| | | return service.updatePowerACDCConfigById(acdcinf); |
| | | } |
| | | |
| | | @ApiOperation(value = "读取电源acdc设备设置",notes = "PowerConfigAction_power_getPowerACDCConfigById") |
| | | @GetMapping("getPowerACDCConfigById") |
| | | public Response getPowerACDCConfigById(@RequestParam int powerDeviceId){ |
| | | return service.getPowerACDCConfigById(powerDeviceId); |
| | | } |
| | | |
| | | } |