Match TFS Changeset 303348
This commit is contained in:
12
Adaptation/FileHandlers/DownloadRsMFile/NginxFileSystem.cs
Normal file
12
Adaptation/FileHandlers/DownloadRsMFile/NginxFileSystem.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Adaptation.FileHandlers.DownloadRsMFile
|
||||
{
|
||||
internal class NginxFileSystem
|
||||
{
|
||||
|
||||
public string Name { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string MTime { get; set; }
|
||||
public float Size { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user