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.
9 lines
335 B
TypeScript
9 lines
335 B
TypeScript
import { ListMenu } from './list.menu';
|
|
import { MenuEntry } from './menu.entry';
|
|
export class MenuResponse {
|
|
public static SHARED_DATA = 'menu_response';
|
|
public static SHARED_SEL_EMP= 'sel_empolyee';
|
|
public static SHARED_SEL_RESP_ID= 'sel_resp_id';
|
|
public List_Menu:ListMenu;
|
|
public GetMenuEntriesList:MenuEntry;
|
|
} |