wupengfei
9 天以前 f8cd1dd96477b4c7ba8b80cbd35095fb0d036cdb
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
  }
}