ruoyi-plus-soybean/src/service/api/index.ts

5 lines
99 B
TypeScript
Raw Normal View History

2021-12-25 01:23:44 +08:00
export * from './auth';
2023-11-17 08:45:00 +08:00
export * from './route';
2024-09-03 12:19:57 +08:00
export * from './system';
2024-09-04 09:11:04 +08:00
export * from './tool';