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
276 B
TypeScript
11 lines
276 B
TypeScript
|
7 years ago
|
|
||
|
|
export class replacmentinfo extends Request{
|
||
|
|
public EMAIL_ADDRESS:string;
|
||
|
|
public EMPLOYEE_DISPLAY_NAME: string;
|
||
|
|
public FROM_ROW_NUM: number;
|
||
|
|
public NO_OF_ROWS: number;
|
||
|
|
public ROW_NUM: number;
|
||
|
|
public TO_ROW_NUM: number;
|
||
|
|
public USER_NAME: string;
|
||
|
|
}
|