2
0

index.mt.ts 212 B

1234567891011
  1. // 导出实体
  2. export * from './entities/index.mt';
  3. // 导出服务
  4. export * from './services/index.mt';
  5. // 导出 Schema
  6. export * from './schemas/index.mt';
  7. // 导出路由
  8. export * from './routes/index.mt';