Skip to content

Commit

Permalink
chore: 북토크 사전정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 19, 2023
1 parent a3e8429 commit 68a57de
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.sophy.sophy.domain.enumerate;

public enum BookCategory {
//인문/문학/사회/에세이/예술/과학/육아/일상_취미/어린이/청소년/IT_컴퓨터/자기계발/건강_요리/여행
//인문/문학/사회/에세이/예술/과학/육아/일상_취미/어린이/청소년/IT_컴퓨터/자기계발/건강_요리/여행/기타
HUMANITIES,
LITERATURE,
SOCIETY,
Expand All @@ -15,5 +15,6 @@ public enum BookCategory {
IT_COMPUTER,
SELF_DEVELOPMENT,
HEALTH_COOKING,
TRAVEL
TRAVEL,
ETC
}

0 comments on commit 68a57de

Please sign in to comment.