namespace dy.net.dto { public class DouyinFollowGroupDto { /// /// MyUserId /// public string Key { get; set; } public int Total { get; set; } public string Name { get; set; } } }