Files
douyin/model/dto/DouyinDynamicVideoDto.cs

12 lines
205 B
C#

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