From 60cc85637b8f5c50de4fc673b9429a916da71e2b Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Fri, 27 Sep 2024 09:40:42 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20BatchCategoryType=EC=97=90=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=84=20=EC=99=B8=EA=B5=AD=EC=96=B4=20=EC=B9=B4?= =?UTF-8?q?=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/few/batch/data/common/code/BatchCategoryType.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/batch/src/main/kotlin/com/few/batch/data/common/code/BatchCategoryType.kt b/batch/src/main/kotlin/com/few/batch/data/common/code/BatchCategoryType.kt index 8e905b04a..98da10bfb 100644 --- a/batch/src/main/kotlin/com/few/batch/data/common/code/BatchCategoryType.kt +++ b/batch/src/main/kotlin/com/few/batch/data/common/code/BatchCategoryType.kt @@ -8,6 +8,7 @@ enum class BatchCategoryType(val code: Byte, val displayName: String) { ECONOMY(0, "경제"), IT(10, "IT"), MARKETING(20, "마케팅"), + LANGUAGE(25, "외국어"), CULTURE(30, "교양"), SCIENCE(40, "과학"), ;