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.
11 lines
290 B
TypeScript
11 lines
290 B
TypeScript
|
7 years ago
|
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;
|
||
|
|
|
||
|
|
}
|