ruoyi-plus-soybean/src/interface/common/index.ts

5 lines
101 B
TypeScript
Raw Normal View History

export * from './system';
export * from './route';
2021-11-23 00:23:43 +08:00
export * from './service';
export * from './api';