Skip to content

Commit

Permalink
feat(TagType): TagType 객체 정의
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 21, 2024
1 parent 0b67697 commit 3152314
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 org.sopt.makers.crew.main.entity.tag;

public enum TagType {
MEETING,
LIGHTING
}

0 comments on commit 3152314

Please sign in to comment.