Added sitevisit entity

This commit is contained in:
2026-08-15 18:35:39 +02:00
parent 3efde47b41
commit 868bb6c582
4 changed files with 42 additions and 1 deletions
@@ -12,7 +12,7 @@ public class SiteVisit
public string? Findings { get; set; }
public ApprovalStatus VerificationStatus { get; set; }
public ApprovalStatus Status { get; set; }
public Guid CreatedBy { get; set; }