Skip to content

Commit

Permalink
feat : DetailCategory 항목 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Nov 2, 2023
1 parent 88d6cf0 commit b114bea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package tify.server.domain.domains.user.domain;

import static tify.server.domain.domains.user.domain.SmallCategory.*;
import static tify.server.domain.domains.user.domain.SmallCategory.CLOTHES;
import static tify.server.domain.domains.user.domain.SmallCategory.FASHION_PRODUCT;
import static tify.server.domain.domains.user.domain.SmallCategory.FRAGRANCE;
Expand All @@ -22,6 +23,10 @@ public enum DetailCategory {
FAS_PRODUCT("패션소품", FASHION_PRODUCT),
DIG_PRODUCT("디지털/테크소품", FASHION_PRODUCT),
BAG("가방", SmallCategory.BAG),
ACCESSORY("액세서리", SmallCategory.ACCESSORY),
DISH("식기", COOKING),
CUP("컵, 텀블러", COOKING),
EXERCISE("운동", SmallCategory.EXERCISE),
;

public static List<DetailCategory> getDetailCategories() {
Expand Down

0 comments on commit b114bea

Please sign in to comment.