结构调整
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user