Files
douyin/dto/DouyinVideoTopDto.cs
T

13 lines
200 B
C#

namespace dy.net.dto
{
public class DouyinVideoTopDto
{
public string Title { get; set; }
public string Time { get; set; }
public string Id { get; set; }
}
}