Add response email to application
This commit is contained in:
@@ -4,6 +4,7 @@ namespace BoredCareers.Entities {
|
||||
public int AccountID { get; set; } // FK
|
||||
public int ResumeID { get; set; } // FK
|
||||
public int JobListingID { get; set; } // FK
|
||||
public string ResponseEmail { get; set; } = "";
|
||||
public DateTime DateApplied { get; set; }
|
||||
public string ResponseStatus { get; set; } = "";
|
||||
public bool HasBeenViewed { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user