From 90a68941cad9dbd69d40c773c156110c5688a923 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 18:05:02 +0800 Subject: [PATCH] fix: s --- types/api.d.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/api.d.ts b/types/api.d.ts index e49049e..4b3ea80 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -25,12 +25,12 @@ field1?:string } - interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption{ + interface SelectOptionStringGetDictionaryDataSelectQueryResultOption{ fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap; code?:string } - interface SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption{ + interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{ code?:string } } -- Gitblit v1.9.1