whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/controller/BattParamLowController.java
@@ -9,7 +9,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "在线监测-历史监测")
@Api(tags = "在线监测-历史监控")
@RestController
@RequestMapping("Batt_param_lowAction")
public class BattParamLowController {
@@ -19,7 +19,7 @@
    @ApiOperation("查询所有的阈值")
    @GetMapping("searchAll")
    private Response searchAll(){
    public Response searchAll(){
        return service.searchAll();
    }
}