结构调整

This commit is contained in:
jianzhichu
2026-01-19 09:57:40 +08:00
parent d9cb721f64
commit f5449f3ace
77 changed files with 4060 additions and 1516 deletions
+14
View File
@@ -0,0 +1,14 @@
using dy.net.model.entity;
namespace dy.net.model.dto
{
public class AppConfigImportDto
{
public List<DouyinFollowed> follows { get; set; }
public AppConfig conf { get; set; }
public List<DouyinCookie> cookies { get; set; }
}
}