| | |
| | | ip?: string; |
| | | ad_info?: AD_INFO; |
| | | ORG_CODE: string; |
| | | PROD_CODE: string; |
| | | }; |
| | | |
| | | export type AccountParams = BasicPageParams & { |
| | |
| | | export interface iSYS_ROLE_ORG { |
| | | ROLE_CODE: string; |
| | | ORG_CODE: string; |
| | | HALF_CHECK: string; |
| | | } |
| | | |
| | | export interface iSYS_ROLE_PROD { |
| | | ROLE_CODE: string; |
| | | PROD_CODE: string; |
| | | HALF_CHECK: string; |
| | | } |
| | | |
| | |
| | | export type ParamsListGetResultModel = BasicFetchResult<ParamsListItem>; |
| | | export type LoginLogPageListGetResultModel = BasicFetchResult<LoginLogListItem>; |
| | | export type EntityListGetResultModel = BasicFetchResult<EntityPropertie>; |
| | | |
| | | export type FunctionType = (...args: any[]) => any; |