master
zmyYYDS 2024-02-17 15:15:20 +08:00
parent 04446ee30b
commit b92ed2ad33
75 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ public class CameraController {
//修改设备
@PostMapping("/cameraUpdate")
public Result cameraUpdate(@RequestBody Camera camera) {
return cameraService.cameraUpdate(camera);
}
}