namespace Gatedge.ScanCode.Options { /// /// 文件配置类 /// public class FileOption { /// /// 文件目录 /// public string DonwloadPath { get; set; } } }