Skip to content

Commit

Permalink
[feat] update sort option
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun committed Jul 10, 2024
1 parent 2bb59a6 commit 888812b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
@RequiredArgsConstructor
public enum SortOption {
LATEST("최신순"),
RECOMMENDED("추천순");
RECOMMENDED("추천순"),
LOWESTPRICE("가격 낮은순");

private final String name;
}

0 comments on commit 888812b

Please sign in to comment.