From 03ffdd67fc4c40f3e9443931a0aa55e508182873 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 06 八月 2025 17:00:06 +0800 Subject: [PATCH] feat: 字典 --- types/api.d.ts | 35 +++++++---------------------------- 1 files changed, 7 insertions(+), 28 deletions(-) diff --git a/types/api.d.ts b/types/api.d.ts index a095b00..bfb7903 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -14,38 +14,17 @@ customErrorHandler?: (error: any) => boolean; } - interface ModuleButtonDto { - isEdit?: boolean; + interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap{ + field1?:string } - interface ModuleColumnDto { - isEdit?: boolean; - fixed?: boolean | 'left' | 'right'; - needTips?: boolean; + interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption{ + fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap; + code?:string } - interface CustomModuleColumnDto extends ModuleColumnDto { - id: string; - enCode: string; - name: string; + interface SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption{ + code?:string } - interface DepartmentTree { - leaf?: boolean; - } - interface StationTree { - leaf?: boolean; - } - - interface RoleList { - //鏄惁鏄鎴风 - isClient?: boolean; - } - - interface AreaTreeNode extends AreaDto { - children?: AreaTreeNode[]; - } - interface GetSearchSettingList { - children?: GetSearchSettingList[]; - } } -- Gitblit v1.9.1