Files
douyin/model/dto/DeleteInvalidVideoDto.cs
T
2026-01-19 09:57:40 +08:00

10 lines
209 B
C#

namespace dy.net.model.dto
{
public class DeleteInvalidVideoDto
{
public string AwId { get; set; }
public string Title { get; set; }
public string Path { get; set; }
}
}