Files
douyin/dto/DouyinDynamicVideoDto.cs
T

12 lines
201 B
C#

namespace dy.net.dto
{
public class DouyinDynamicVideoDto
{
public string Path { get; set; }
public int Height { get; set; }
public int Width { get; set; }
}
}