Impliment application
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class Application {
|
||||
public id: number | null = null;
|
||||
public accountID: number = 0;
|
||||
public resumeID: number = 0;
|
||||
public jobListingID: number = 0;
|
||||
public dateApplied: Date = new Date();
|
||||
public responseStatus: string = "";
|
||||
public hasBeenViewed: boolean = false;
|
||||
public rating: number = 0;
|
||||
public notes: string = "";
|
||||
}
|
||||
Reference in New Issue
Block a user