Files
douyin/dto/AppConfigImportDto.cs
T

13 lines
201 B
C#

using dy.net.model;
namespace dy.net.dto
{
public class AppConfigImportDto
{
public List<DouyinFollowed> follows { get; set; }
public AppConfig conf { get; set; }
}
}