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.
mohemmhmg/Mohem/src/app/notification/models/ReplacmentEmployeeList.ts

13 lines
281 B
TypeScript

export class ReplacmentEmployeeList {
public ROW_NUM : number;
public USER_NAME : string;
public NO_OF_ROWS :number;
public EMPLOYEE_DISPLAY_NAME : string;
public FROM_ROW_NUM : number;
public EMAIL_ADDRESS :string;
public TO_ROW_NUM : number;
}