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