新增关注博主-支持删除
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace dy.net.dto
|
||||
{
|
||||
public class DouyinFollowGroupDto
|
||||
{
|
||||
/// <summary>
|
||||
/// MyUserId
|
||||
/// </summary>
|
||||
|
||||
public string Key { get; set; }
|
||||
|
||||
public int Total { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -47,5 +47,7 @@ namespace dy.net.dto
|
||||
|
||||
public string SavePath { get; set; }
|
||||
|
||||
public string UperId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user