@ -32,4 +32,8 @@ public interface VodCollectDao {
@Delete
int delete(VodCollect record);
@Query("DELETE FROM vodCollect")
void deleteAll();
}