清理无效的视频同步记录
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user