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"; 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, }