Skip to content

Commit

Permalink
feat : Bookmark 도메인 관련 enum 생성(#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
isprogrammingfun committed May 20, 2024
1 parent b0329dd commit a1871d9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.bamyanggang.domainmodule.domain.bookmark.enums

enum class BookmarkStatus {
ON,
OFF
}

0 comments on commit a1871d9

Please sign in to comment.