Skip to content

Commit

Permalink
♻️ Refactor: LectureDetailDto 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Jun 10, 2024
1 parent c8aaf5d commit c97e406
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down

0 comments on commit c97e406

Please sign in to comment.