增加导出配置及手动添加的关注对象
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using dy.net.model;
|
||||
|
||||
namespace dy.net.dto
|
||||
{
|
||||
public class AppConfigImportDto
|
||||
{
|
||||
|
||||
public List<DouyinFollowed> follows { get; set; }
|
||||
|
||||
public AppConfig conf { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user