| | |
| | | package com.gkhy.fourierSpecialGasMonitor.controller; |
| | | |
| | | import com.gkhy.fourierSpecialGasMonitor.annotation.RepeatedClick; |
| | | import com.gkhy.fourierSpecialGasMonitor.commons.domain.Result; |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.req.UpdateGasThresholdReqDTO; |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.req.UpdateRegionReqDTO; |
| | |
| | | } |
| | | |
| | | @PostMapping("/update") |
| | | @RepeatedClick |
| | | public Result updateGasThreshold(@RequestBody UpdateGasThresholdReqDTO reqDto){ |
| | | Result result = gasThresholdService.updateGasThreshold(reqDto); |
| | | return result; |