using Newtonsoft.Json; namespace dy.net.dto { public class DyUpSecUserIdDto { /// /// up主名称 /// public string uper { get; set; } public string uid { get; set; } /// /// 是否同步up主全部视频 0-否 1-是 /// public bool syncAll { get; set; } } }