12 lines
266 B
C#
12 lines
266 B
C#
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; }
|
|
|
|
}
|
|
} |