完善项目
This commit is contained in:
@@ -28,7 +28,12 @@ public interface UrlsMapper {
|
||||
int updateByPrimaryKey(Urls record);
|
||||
List<String> selectGameIds();
|
||||
|
||||
List<HashMap<String, String>> selectUrlsListByGameId(String gameId);
|
||||
List<LiveUrl> selectUrlsListByGameId(String gameId);
|
||||
|
||||
void insertUrlsWithGameId(@Param("gameId") String gameId, @Param("list") List<LiveUrl> urls);
|
||||
|
||||
//删除url
|
||||
void deleteUrlById(Integer id);
|
||||
//删除所有url
|
||||
void deleteAllUrls();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user