This commit is contained in:
jinsir 2025-02-23 20:41:34 +08:00
commit 9764c3c8c6
1 changed files with 3 additions and 3 deletions

View File

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