适配拉流代理

This commit is contained in:
648540858
2024-07-01 17:12:43 +08:00
parent e531e497c8
commit d1df17c007
3 changed files with 103 additions and 87 deletions

View File

@@ -95,4 +95,5 @@ public interface StreamProxyMapper {
int delete(int id);
void deleteByList(List<StreamProxy> streamProxiesForRemove);
}