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.
sfh-mohemm/Mohem/src/app/hmg-common/services/menu/models/menu.entry.ts

15 lines
460 B
TypeScript

export class MenuEntry {
public MENU_NAME: string;
public ADD_BUTTON: string;
public DELETE_BUTTON: string;
public UPDATE_BUTTON: string;
public ENTRY_SEQUENCE: number;
public FUNCTION_NAME: string;
public LVL: number;
public MENU_ENTRY_TYPE: string;
public PARENT_MENU_NAME: string;
public PROMPT: string;
public REQUEST_TYPE: string;
public ATTACHMENT_REQUIRED: string;
public REQ_ATTACHMENT_TIP: string;
}