Files
TakeoutSaaS.TenantUI/apps/web-antd/src/api/finance/index.ts

6 lines
116 B
TypeScript

/**
* 文件职责:财务中心 API 聚合导出。
*/
export * from './report';
export * from './transaction';