PCRB follow up client side logic
This commit is contained in:
@ -9,6 +9,7 @@ public class PCRBFollowUp {
|
||||
public required DateTime FollowUpDate { get; set; }
|
||||
public bool IsComplete { get; set; } = false;
|
||||
public bool IsDeleted { get; set; } = false;
|
||||
public bool IsPendingApproval { get; set; } = false;
|
||||
public DateTime CompletedDate { get; set; } = DateTimeUtilities.MAX_DT;
|
||||
public string Comments { get; set; } = string.Empty;
|
||||
public DateTime UpdateDate { get; set; } = DateTime.Now;
|
||||
}
|
||||
|
Reference in New Issue
Block a user