zhengyiming
9 天以前 27d44236653ecdb3bcaa4d03976ea8d163002f65
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
  }
}