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.
10 lines
321 B
TypeScript
10 lines
321 B
TypeScript
import { Request } from '../../hmg-common/services/models/request';
|
|
|
|
export class ReplacementServiceRequest extends Request{
|
|
P_SEARCH_USER_NAME:string;
|
|
P_SEARCH_EMPLOYEE_DISPLAY_NAME:string;
|
|
P_SEARCH_EMAIL_ADDRESS:string;
|
|
P_PAGE_NUM:number;
|
|
P_PAGE_LIMIT:number;
|
|
P_SELECTED_EMPLOYEE_NUMBER:string
|
|
} |