临时提交

This commit is contained in:
panlinlin
2024-06-29 23:35:26 +08:00
parent 69e7ab5439
commit e531e497c8
2 changed files with 30 additions and 20 deletions

View File

@@ -92,4 +92,7 @@ public interface StreamProxyMapper {
* 查询设置了自动移除并且没有国标编号的代理
*/
List<StreamProxy> selectWithAutoRemoveAndWithoutGbDeviceIdByMediaServerId(String mediaServerId);
int delete(int id);
}