mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
9 lines
217 B
C#
9 lines
217 B
C#
using DownKyi.Core.BiliApi.Models;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace DownKyi.Core.BiliApi.Users.Models;
|
|
|
|
public class SpaceSeasonsSeriesStat : BaseModel
|
|
{
|
|
[JsonProperty("view")] public long View { get; set; }
|
|
} |