using DownKyi.Core.BiliApi.Models; using Newtonsoft.Json; namespace DownKyi.Core.BiliApi.Bangumi.Models { public class BangumiPositive : BaseModel { [JsonProperty("id")] public long Id { get; set; } [JsonProperty("title")] public string Title { get; set; } } }