whyclxw
2022-01-10 2a33370b0dce8d5baa13d6521a06f2363087c172
src/main/java/com/whyc/controller/Fbs9100SetparamController.java
@@ -32,4 +32,9 @@
    private Response updateMaintain(@RequestBody Fbs9100Setparam fbs9100Setparam){
        return service.updateMaintain(fbs9100Setparam);
    }
    @ApiOperation(value = "在线监测-实时监控-BTS放电参数设置",notes = "Fbs9100_setparamAction_action_update")
    @PostMapping("update")
    private Response update(@RequestBody Fbs9100Setparam fbs9100Setparam){
        return service.update(fbs9100Setparam);
    }
}