From c97e4062c539f1fb30337ad9a1b589c2d4b3cc5e Mon Sep 17 00:00:00 2001 From: yxhwxn Date: Tue, 11 Jun 2024 00:20:07 +0900 Subject: [PATCH] =?UTF-8?q?:recycle:=20Refactor:=20LectureDetailDto=20?= =?UTF-8?q?=ED=95=84=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/khu/bigdata/infou/web/dto/LectureResponseDTO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/khu/bigdata/infou/web/dto/LectureResponseDTO.java b/src/main/java/khu/bigdata/infou/web/dto/LectureResponseDTO.java index fa1989d..c7629a1 100644 --- a/src/main/java/khu/bigdata/infou/web/dto/LectureResponseDTO.java +++ b/src/main/java/khu/bigdata/infou/web/dto/LectureResponseDTO.java @@ -79,6 +79,8 @@ public static class LectureDetailDto { private String title; private float price; private String instructorName; + private String category; + private String subcategory; private Integer good; private Integer bad; @@ -87,8 +89,6 @@ public static class LectureDetailDto { private float practice; private float rating; private float level; - private String category; - private String subcategory; private String topword; }