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

12 lines
207 B
C#

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