|
@@ -1,8 +1,8 @@
|
|
|
-export * from './entities/index.mt.ts';
|
|
|
|
|
-export * from './services/index.mt.ts';
|
|
|
|
|
-export * from './schemas/index.mt.ts';
|
|
|
|
|
-export * from './routes/index.mt.ts';
|
|
|
|
|
-export * from './types/index.mt.ts';
|
|
|
|
|
|
|
+export * from './entities/index.mt';
|
|
|
|
|
+export * from './services/index.mt';
|
|
|
|
|
+export * from './schemas/index.mt';
|
|
|
|
|
+export * from './routes/index.mt';
|
|
|
|
|
+export * from './types/index.mt';
|
|
|
|
|
|
|
|
// 导出路由
|
|
// 导出路由
|
|
|
import { adminGoodsRoutesMt } from './routes/admin-goods-routes.mt.ts';
|
|
import { adminGoodsRoutesMt } from './routes/admin-goods-routes.mt.ts';
|