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