This commit is contained in:
2025-04-21 13:14:50 +08:00
parent f77777a055
commit 48c1e03945
8 changed files with 133 additions and 19 deletions

View File

@@ -36,4 +36,7 @@ public interface UrlsMapper {
void deleteUrlById(Integer id);
//删除所有url
void deleteAllUrls();
//更新比赛直播链接
void updateUrlsWithGameId(String gameId, String s);
}