Skip to content

Commit

Permalink
#1 fix: reportCategory 종류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sojungpp committed Jul 23, 2023
1 parent 20d0c70 commit feb1222
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/kotlin/com/psr/psr/product/entity/ReportCategory.kt
Original file line number Diff line number Diff line change
@@ -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("게시글 성격에 부적합함")
}

0 comments on commit feb1222

Please sign in to comment.