index.ts 227 B

12345678910111213
  1. /**
  2. * PC端API统一导出
  3. */
  4. // 系统模块
  5. export * from './system/dict';
  6. export * from './system/announcement';
  7. // 企业账户模块
  8. export * from './enterprise';
  9. // 组织管理模块
  10. export * from './organization';