You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/my-specialist/models/employee.ts

70 lines
2.2 KiB
TypeScript

export class MemberInformationList {
public ACTUAL_TERMINATION_DATE: string;
public ASSIGNMENT_END_DATE: string;
public ASSIGNMENT_ID: number;
public ASSIGNMENT_NUMBER: string;
public ASSIGNMENT_START_DATE: string;
public ASSIGNMENT_STATUS_TYPE_ID: number;
public ASSIGNMENT_TYPE: string;
public BUSINESS_GROUP_ID: number
public BUSINESS_GROUP_NAME: string;
public CURRENT_EMPLOYEE_FLAG: string;
public EMPLOYEE_DISPLAY_NAME: string;
public EMPLOYEE_EMAIL_ADDRESS: string;
public EMPLOYEE_IMAGE: string;
public EMPLOYEE_MOBILE_NUMBER: string;
public EMPLOYEE_NAME: string;
public EMPLOYEE_NUMBER: string;
public EMPLOYEE_WORK_NUMBER: string;
public EMPLOYMENT_CATEGORY: string;
public EMPLOYMENT_CATEGORY_MEANING: string;
public FREQUENCY: string;
public FREQUENCY_MEANING: string;
public FROM_ROW_NUM: number;
public GRADE_ID: number;
public GRADE_NAME: string;
public HIRE_DATE: string;
public JOB_ID: number;
public JOB_NAME: string;
public LOCATION_ID: number;
public LOCATION_NAME: string;
public MANUAL_TIMECARD_FLAG: string;
public MANUAL_TIMECARD_MEANING: string;
public NATIONALITY_CODE: string;
public NATIONALITY_MEANING: string;
public NATIONAL_IDENTIFIER: string;
public NORMAL_HOURS: number;
public NO_OF_ROWS: number;
public ORGANIZATION_ID: number;
public ORGANIZATION_NAME: string;
public PAYROLL_CODE: string;
public PAYROLL_ID: number;
public PAYROLL_NAME: string;
public PERSON_ID: number;
public PERSON_TYPE: string;
public PERSON_TYPE_ID: number;
public PER_INFORMATION_CATEGORY: string;
public POSITION_ID: number;
public POSITION_NAME: string;
public PRIMARY_FLAG: string;
public ROW_NUM: number;
public SUPERVISOR_ASSIGNMENT_ID: string;
public SUPERVISOR_DISPLAY_NAME: string;
public SUPERVISOR_EMAIL_ADDRESS: string;
public SUPERVISOR_ID: number;
public SUPERVISOR_MOBILE_NUMBER: string;
public SUPERVISOR_NAME: string;
public SUPERVISOR_NUMBER: string;
public SUPERVISOR_WORK_NUMBER: string;
public SWIPES_EXEMPTED_FLAG: string;
public SWIPES_EXEMPTED_MEANING: string;
public SYSTEM_PERSON_TYPE: string;
public TK_EMAIL_ADDRESS: string;
public TK_EMPLOYEE_DISPLAY_NAME: string;
public TK_EMPLOYEE_NAME: string;
public TK_EMPLOYEE_NUMBER:string;
public TK_PERSON_ID: number;
public TO_ROW_NUM: number;
public UNIT_NUMBER: string;
public USER_STATUS: string;
}