增加导出配置及手动添加的关注对象

This commit is contained in:
jianzhichu
2025-12-08 16:46:54 +08:00
parent 2550a1fde8
commit 5c05e6465b
9 changed files with 387 additions and 61 deletions
+12
View File
@@ -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; }
}
}