Skip to content

Commit

Permalink
[ADD] DollType 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Jan 9, 2024
1 parent 95f021f commit 4d81f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/soptie/server/doll/entity/DollType.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.soptie.server.doll.entity;

public enum DollType {
BEAR
BROWN, GRAY, RED, WHITE
}

0 comments on commit 4d81f1b

Please sign in to comment.