Added Invite, Notification and Activity
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user