Files
douyin/model/dto/DouyinVideoTopDto.cs
2026-01-19 09:57:40 +08:00

13 lines
206 B
C#

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