This commit is contained in:
longdayi 2025-02-23 20:39:48 +08:00
parent 6d4e9fde2b
commit ebd908bb7a
1 changed files with 0 additions and 10 deletions

View File

@ -3,18 +3,8 @@ import { GoodsService } from './goods.service';
import { GoodsController } from './goods.controller'; import { GoodsController } from './goods.controller';
@Module({ @Module({
<<<<<<< HEAD
providers: [GoodsService], providers: [GoodsService],
controllers:[GoodsController] controllers:[GoodsController]
}) })
export class GoodsModule {} export class GoodsModule {}
=======
providers: [GoodsService],
controllers: [GoodsController],
})
export class GoodsModule {}
>>>>>>> de6e632ec69dd408a6c4e85d5cda01a1aa8e8276