feat(content-sort-type): 콘텐츠 정렬 타입 인기순(POPULARITY) 추가

This commit is contained in:
2025-11-20 00:05:33 +09:00
parent a6b815ad05
commit b6eb13df06
3 changed files with 9 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ enum class PurchaseOption {
}
enum class SortType {
NEWEST, PRICE_HIGH, PRICE_LOW
NEWEST, PRICE_HIGH, PRICE_LOW, POPULARITY
}
@Entity