namespace DownKyi.Core.Storage.Database
{
public class Cover
public long Avid { get; set; }
public string Bvid { get; set; }
public long Cid { get; set; }
public string Url { get; set; }
public string Md5 { get; set; }
}