1
This commit is contained in:
13
Gatedge.ScanCode/Options/FileOption.cs
Normal file
13
Gatedge.ScanCode/Options/FileOption.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Gatedge.ScanCode.Options
|
||||
{
|
||||
/// <summary>
|
||||
/// 文件配置类
|
||||
/// </summary>
|
||||
public class FileOption
|
||||
{
|
||||
/// <summary>
|
||||
/// 文件目录
|
||||
/// </summary>
|
||||
public string DonwloadPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user