Add campaigns page

This commit is contained in:
2025-11-05 10:38:15 +09:00
parent af920ebb1a
commit 9101d1bf4c
5 changed files with 141 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace Hcs.WebApp.Data.Hcs
public string? FailureReason { get; set; }
public virtual ICollection<Operation> Operations { get; set; } = [];
public virtual ICollection<Operation>? Operations { get; set; } = null;
[NotMapped]
public bool Completed => EndedAt.HasValue;