Ben Lin
2024-06-03 8f5009a3d57821c2c97690b8419e428967b5e981
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;
}