From 750ba603fbecb69e2adc937a66cb4c634e2232ec Mon Sep 17 00:00:00 2001 From: chenyuepan <3158614516@qq.com> Date: Wed, 4 Jun 2025 08:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../venue_reservation_service/controller/CommentController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/example/venue_reservation_service/controller/CommentController.java b/src/main/java/com/example/venue_reservation_service/controller/CommentController.java index d12143b..ac22a4e 100644 --- a/src/main/java/com/example/venue_reservation_service/controller/CommentController.java +++ b/src/main/java/com/example/venue_reservation_service/controller/CommentController.java @@ -5,7 +5,6 @@ import com.example.venue_reservation_service.service.CommentService; import com.example.venue_reservation_service.vo.Result; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; -import jakarta.annotation.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;