init
This commit is contained in:
@@ -36,4 +36,7 @@ public interface UrlsMapper {
|
||||
void deleteUrlById(Integer id);
|
||||
//删除所有url
|
||||
void deleteAllUrls();
|
||||
|
||||
//更新比赛直播链接
|
||||
void updateUrlsWithGameId(String gameId, String s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user