去重优先级,视频合成,没有音频用默认音频

This commit is contained in:
jianzhichu
2025-12-02 22:14:42 +08:00
parent 4663a03483
commit bd3a103f8f
15 changed files with 307 additions and 25 deletions
+11
View File
@@ -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; }
}
}