zhengyiming
2025-08-07 519f3a8da042893d64d5faab697561b5a1c4d6db
types/api.d.ts
@@ -14,5 +14,17 @@
    customErrorHandler?: (error: any) => boolean;
  }
  interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap{
    field1?:string
  }
  interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOption{
    fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap;
    code?:string
  }
  interface SelectQueryResultOptionGuidGetDictionaryDataSelectQueryResultOption{
    code?:string
  }
}