清理无效的视频同步记录

This commit is contained in:
jianzhichu
2025-12-30 09:27:06 +08:00
parent 96a66a9f54
commit 66bd441378
5 changed files with 49 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace dy.net.dto
{
public class DeleteInvalidVideoDto
{
public string AwId { get; set; }
public string Title { get; set; }
public string Path { get; set; }
}
}