laohei
This commit is contained in:
parent
57c9e81811
commit
5b8361fb26
|
@ -3,18 +3,8 @@ import { GoodsService } from './goods.service';
|
|||
import { GoodsController } from './goods.controller';
|
||||
|
||||
@Module({
|
||||
<<<<<<< HEAD
|
||||
|
||||
providers: [GoodsService],
|
||||
controllers:[GoodsController]
|
||||
|
||||
|
||||
})
|
||||
|
||||
export class GoodsModule {}
|
||||
=======
|
||||
providers: [GoodsService],
|
||||
controllers: [GoodsController],
|
||||
})
|
||||
export class GoodsModule {}
|
||||
>>>>>>> de6e632ec69dd408a6c4e85d5cda01a1aa8e8276
|
||||
|
|
Loading…
Reference in New Issue