COmpletato comportamento editing accetta/rifiuta

This commit is contained in:
Samuele Locatelli
2021-09-07 19:17:32 +02:00
parent a387d9cd77
commit 630f381674
12 changed files with 98 additions and 102 deletions
+1 -1
View File
@@ -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; }