/** * API 类型统一导出 */ .... // 防止覆盖,需手动追加下面代码到index.ts文件中,追加好后此文件可删除 // ${moduleName} 模块 export * from "./${moduleName}/${businessName}";