12 lines
205 B
C#
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; }
|
|
}
|
|
}
|