Skip to content

Commit

Permalink
feat: 워크북 외국어 카테고리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Sep 7, 2024
1 parent 452cac7 commit 7eb7795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum class WorkBookCategory(val code: Byte, val parameterName: String, val displ
ECONOMY(0, "economy", "경제"),
IT(10, "it", "IT"),
MARKETING(20, "marketing", "마케팅"),
LANGUAGE(25, "language", "외국어"),
CULTURE(30, "culture", "교양"),
SCIENCE(40, "science", "과학"),
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.few.data.common.code

/**
* @see com.few.batch.data.common.code.BatchCategoryType
* @see com.few.api.web.support.WorkBookCategory
*/
enum class CategoryType(val code: Byte, val displayName: String) {
All(-1, "전체"), // Should not be stored in the DB
Expand Down

0 comments on commit 7eb7795

Please sign in to comment.