This commit is contained in:
Li1304553726 2025-02-23 20:26:20 +08:00
commit 44f77513f9
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
import { Injectable } from '@nestjs/common';
@Injectable()
<<<<<<< HEAD
export class GoodsService {}
=======
export class GoodsService {
}
>>>>>>> 28132992c8dc4afaf9311d9ecd4ecd992e43e827

View File

@ -3,7 +3,6 @@ import { Controller, Get, Query, UseGuards } from '@nestjs/common';
import { MessageService } from './message.service';
import { AuthGuard } from '@server/auth/auth.guard';
import { db, VisitType } from '@nice/common';
@Controller('message')
export class MessageController {
constructor(private readonly messageService: MessageService) { }