Ben Lin
2024-05-06 2fc928c582961b78e215b145a4edf98d3cdca2f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export interface iV_USER_MENU {
  ID: string;
  USER_ID: string;
  USER_NAME: string;
  USERGROUP_ID: string;
  USERGROUP_CODE: string;
  USERGROUP_DESC: string;
  ROLE_ID: string;
  ROLE_CODE: string;
  ROLE_DESC: string;
  MENU_ID: string;
  MENU_CODE: string;
  MENU_NAME: string;
  HALF_CHECK: string;
}