Start work for company rating
This commit is contained in:
@@ -5,6 +5,8 @@ export class Company {
|
||||
public emailVerified: boolean = false;
|
||||
public websiteURL: string = "";
|
||||
public logo: string = "";
|
||||
public jobsClosedSuccessful: number = 0;
|
||||
public jobsAutoClosed: number = 0;
|
||||
public phone: string = "";
|
||||
public postalCode: string = "";
|
||||
public country: string = ""; // 2 Letter Country Code
|
||||
|
||||
Reference in New Issue
Block a user