Added Invite, Notification and Activity

This commit is contained in:
2026-08-20 13:37:24 +02:00
parent f3c405fca2
commit 5ab977e335
33 changed files with 3259 additions and 393 deletions
+6 -2
View File
@@ -6,9 +6,11 @@ public class Evidence
public long ProjectId { get; set; }
public long? MilestoneId { get; set; }
public long MilestoneId { get; set; }
public long? IndicatorId { get; set; }
public long IndicatorId { get; set; }
public long ActivityId { get; set; }
public Guid CreatedBy { get; set; }
@@ -20,6 +22,8 @@ public class Evidence
public int Version { get; set; }
public EvidenceType Type { get; set; }
public string? DocumentUrl { get; set; }
public ApprovalStatus Status { get; set; }