|  |  |  | 
|---|
|  |  |  | field1?:string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{ | 
|---|
|  |  |  | interface SelectOptionStringGetDictionaryDataSelectQueryResultOption{ | 
|---|
|  |  |  | fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap; | 
|---|
|  |  |  | code?:string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionGuidGetDictionaryDataSelectQueryResultOption{ | 
|---|
|  |  |  | interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{ | 
|---|
|  |  |  | code?:string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AreaTreeNode  { | 
|---|
|  |  |  | children?: AreaTreeNode[]; | 
|---|
|  |  |  | /** 编码 */ | 
|---|
|  |  |  | areaCode?: string; | 
|---|
|  |  |  | /** 父级编码 */ | 
|---|
|  |  |  | parentCode?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | areaName?: string; | 
|---|
|  |  |  | /** 1省 2市 3区 4镇 */ | 
|---|
|  |  |  | layer?: number; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | quickQuery?: string | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnabledElectronSignSettingsQueryResultItem{ | 
|---|
|  |  |  | accessName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|