Add dumps.

This commit is contained in:
2020-06-11 04:59:12 +01:00
parent 283f4f011b
commit b064b2c701
10 changed files with 5724 additions and 4 deletions

View File

@@ -48,5 +48,7 @@ namespace Marechai.Database.Models
public string SoftwareOperatingSystem { get; set; }
[Required]
public JsonObject<Extent[]> Extents { get; set; }
[Required]
public virtual Dump Dump { get; set; }
}
}