Add response email to application
This commit is contained in:
@@ -3,6 +3,7 @@ export class Application {
|
||||
public accountID: number = 0;
|
||||
public resumeID: number = 0;
|
||||
public jobListingID: number = 0;
|
||||
public responseEmail: string = "";
|
||||
public dateApplied: Date = new Date();
|
||||
public responseStatus: string = "";
|
||||
public hasBeenViewed: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user