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'; /** * 商品