import report from "./report"; import template from "./template"; import custom from "./custom"; import field from "./field"; import data from "./data"; // import common from "./common"; import oauth2 from "./oauth2"; // import project from "./project"; import download from "./download"; import client from "./client"; import user from "./user"; import task from "./task"; // import patent from "./patent"; import admin from "./admin"; import permission from "./permission"; import reportManage from "./reportManage"; // import product from "./product"; import quartz from './quartz'; import highlight from './highlight'; import matters from './matters'; import importPatent from './importPatent' import InvalidResponse from "./InvalidResponse"; // 新系统新接口文件 import event from "./newApi/event"; import product from "./newApi/product"; import framework from "./newApi/framework"; import file from "./newApi/file" import project from "./newApi/project" import common from "./newApi/common" import newReport from "./newApi/report" import patentMining from "./newApi/patentMining" import task2 from "./newApi/task" import importAndExport from './newApi/importAndExport' import patent from './newApi/patent' export default { ...report, ...template, ...custom, ...field, ...data, ...oauth2, ...project, ...download, ...client, ...user, ...task, ...patent, ...common, ...admin, ...permission, ...reportManage, ...product, ...quartz, ...importPatent, ...highlight, ...matters, ...InvalidResponse, ...event, ...product, ...framework, ...file, ...project, ...common, ...newReport, ...patentMining, ...task2, ...importAndExport, ...patent }