From feb1222e212dee7820bc92870dfdde73ece7f997 Mon Sep 17 00:00:00 2001 From: sojungpp Date: Sun, 23 Jul 2023 21:59:56 +0900 Subject: [PATCH] =?UTF-8?q?#1=20fix:=20reportCategory=20=EC=A2=85=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt b/src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt index 2b4c031..95e0c1f 100644 --- a/src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt +++ b/src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt @@ -1,8 +1,9 @@ package com.psr.psr.product.entity enum class ReportCategory(val value: String) { - JUNK("홍보/도배"), + JUNK("스팸홍보/도배"), + ABUSE("욕설/혐오/차별"), PORN("음란물/유해한 정보"), - POOR_CONTENT("내용이 부실함"), + FRAUD("사기/불법정보"), NOT_FIT("게시글 성격에 부적합함") } \ No newline at end of file