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

11 lines
290 B
TypeScript

export class RFCEmployeeList {
public SEQ :number;
public ROW_NUM : number;
public USER_NAME : string;
public NO_OF_ROWS :number;
public EMPLOYEE_DISPLAY_NAME : string;
public FROM_ROW_NUM : number;
public ACTION :string;
public TO_ROW_NUM : number;
}