wupengfei
2025-08-07 729b7a8524b4628635873d95efa8650cb57ff30c
types/api.d.ts
@@ -14,5 +14,17 @@
    customErrorHandler?: (error: any) => boolean;
  }
  interface SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap{
    field1?:string
  }
  interface SelectOptionGuidGetDictionaryCategorySelectQueryOption{
    fieldNamesMap?: SelectQueryResultOptionGuidGetDictionaryCategorySelectQueryOptionMap;
    code?:string
  }
  interface SelectOptionGuidGetDictionaryDataSelectQueryResultOption{
    code?:string
  }
}