This commit is contained in:
2025-01-23 09:31:56 +08:00
parent 38c4b553bc
commit 1aa1ae5e2b
18 changed files with 171 additions and 76 deletions

View File

@@ -20,4 +20,5 @@ public interface SourceService {
ApiResponse<Integer> deleteById(Long id);
ApiResponse<Integer> update(SourceEntity source);
ApiResponse cutVideo(Long id);
}