namespace dy.net.model.dto { public class DouyinVideoRequestDto { public int cursor { get; set; } public int count { get; set; } } }