feat(content-sort-type): 콘텐츠 정렬 타입 인기순(POPULARITY) 추가
This commit is contained in:
@@ -23,7 +23,7 @@ enum class PurchaseOption {
|
||||
}
|
||||
|
||||
enum class SortType {
|
||||
NEWEST, PRICE_HIGH, PRICE_LOW
|
||||
NEWEST, PRICE_HIGH, PRICE_LOW, POPULARITY
|
||||
}
|
||||
|
||||
@Entity
|
||||
|
||||
Reference in New Issue
Block a user