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

14 lines
421 B
TypeScript

7 years ago
export class MenuEntry {
4 years ago
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;
7 years ago
}