whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
src/main/java/com/whyc/controller/BattMapInformationController.java
@@ -26,7 +26,7 @@
        return service.add(entity);
    }
    @PutMapping("")
    @PostMapping("update")
    @ApiOperation(value = "更新")
    public Response update(@RequestBody BattMapInformation entity){
        return service.update(entity);