去重优先级,视频合成,没有音频用默认音频
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace dy.net.dto
|
||||
{
|
||||
public class PriorityLevelDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public int Sort { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user