@ -5,8 +5,8 @@ namespace Expedience.Infrastructure.Models;
public class DeepDungeonRecord
{
public int TerritoryId { get; set; }
public string DeepDungeon { get; set; }
public string Floor { get; set; }
public string DeepDungeon { get; set; } = null!;
public string Floor { get; set; } = null!;
public int Level { get; set; }
public int SortKey { get; set; }
public TimeSpan? MinParty { get; set; }