From 169815a254f781f497167cfd0725e614f886cf77 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Mon, 8 Mar 2021 01:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/modules/demo/controller/app/goods.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/modules/demo/controller/app/goods.ts b/src/app/modules/demo/controller/app/goods.ts index 9b22726..badaeae 100644 --- a/src/app/modules/demo/controller/app/goods.ts +++ b/src/app/modules/demo/controller/app/goods.ts @@ -1,9 +1,6 @@ -import { Get, Provide } from '@midwayjs/decorator'; -import { InjectEntityModel } from '@midwayjs/orm'; +import { Provide } from '@midwayjs/decorator'; import { CoolController, BaseController } from 'midwayjs-cool-core'; import { DemoAppGoodsEntity } from '../../entity/goods'; -import { Repository } from 'typeorm'; -import { BaseSysMenuEntity } from '../../../base/entity/sys/menu'; /** * 商品