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