Added NextDueDate into Corrective Actions model and tables
This commit is contained in:
@ -241,6 +241,7 @@ namespace Fab2ApprovalSystem.Models
|
||||
public string ICAValidationActivities { get; set; }
|
||||
public string RootCauseVerification { get; set; }
|
||||
public string EscapePoint { get; set; }
|
||||
public DateTime? NextDueDate { get; set; }
|
||||
public DateTime? FollowUpDate { get; set; }
|
||||
public bool CASubmitted { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user