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.
13 lines
415 B
TypeScript
13 lines
415 B
TypeScript
import { Request } from '../../hmg-common/services/models/request';
|
|
|
|
export class EITTransactionsRequest extends Request{
|
|
public static SUBMIT_EIT_ACTION='submit-eit-action';
|
|
public static SHARED_DATA='submit_eit_obj';
|
|
public P_PAGE_NUM : Number;
|
|
public P_PAGE_LIMIT : Number;
|
|
public P_MENU_TYPE:String;
|
|
public P_SELECTED_EMPLOYEE_NUMBER:String;
|
|
public P_FUNCTION_NAME:String;
|
|
public P_SELECTED_RESP_ID : Number;
|
|
|
|
} |