|
@@ -22,6 +22,8 @@ export { DefaultErrorFilter } from './filter/default.filter';
|
|
export { GetModel } from './util/getModel';
|
|
export { GetModel } from './util/getModel';
|
|
/**数据库业务服务 */
|
|
/**数据库业务服务 */
|
|
export { TransactionService } from './util/transactions';
|
|
export { TransactionService } from './util/transactions';
|
|
-
|
|
|
|
|
|
+/**文件上传 */
|
|
|
|
+export { FileController } from './controller/file.controller';
|
|
|
|
+export { FileService } from './service/file.service';
|
|
/**service工具 */
|
|
/**service工具 */
|
|
export { PageOptions, ResultOptions } from './service/options';
|
|
export { PageOptions, ResultOptions } from './service/options';
|