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.
12 lines
361 B
TypeScript
12 lines
361 B
TypeScript
import { Request } from './request';
|
|
|
|
export class WorkListActionRequest extends Request{
|
|
// public static SHARED_DATA = '';
|
|
public P_NOTIFICATION_ID :any;
|
|
public P_FORWARD_TO_USER_NAME:string;//String
|
|
public P_ACTION_MODE:string;//String
|
|
public P_COMMENTS:string;
|
|
public RespondAttributeList:any[];
|
|
public P_APPROVER_INDEX :any;
|
|
|
|
} |