COmpletato comportamento editing accetta/rifiuta
This commit is contained in:
@@ -31,7 +31,7 @@ namespace MP.FileData.DatabaseModels
|
||||
public string Path { get; set; } = "";
|
||||
public string MimeType { get; set; } = "";
|
||||
public string MD5 { get; set; } = "";
|
||||
public FileState DiskStatus { get; set; } = FileState.Unchanged;
|
||||
public FileState DiskStatus { get; set; } = FileState.Ok;
|
||||
public DateTime LastCheck { get; set; } = DateTime.Now.AddYears(-1);
|
||||
public byte[] FileContent { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user