13 lines
206 B
C#
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; }
|
|
|
|
}
|
|
}
|