Added next due date to models and tables for tasks

This commit is contained in:
Daniel Wathen
2023-03-06 15:05:38 -07:00
parent dfa8d4aa08
commit 36fb43d9cd
2 changed files with 8 additions and 7 deletions

View File

@ -32,7 +32,7 @@ namespace Fab2ApprovalSystem.ViewModels
public DateTime? ExpirationDate { get; set; }
[DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]
public DateTime? ExtensionDate { get; set; }
public DateTime? NextDueDate { get; set; }
}