围栏进出记录

This commit is contained in:
2025-12-19 14:06:01 +08:00
parent 8c636d0484
commit c480bda112
13 changed files with 180 additions and 50 deletions

View File

@ -64,4 +64,5 @@ public class AppVideoController extends BaseController {
public R<String> extract(@RequestParam("file") MultipartFile file) throws Exception {
return R.ok("Success",audioProcessService.extract(file));
}
}