Skip to content

Commit d5b86ac

Browse files
committed
Feat: 나의 감정 조회를 위한 도메인 모델 정의
1 parent 4808be9 commit d5b86ac

File tree

1 file changed

+7
-0
lines changed
  • domain/src/main/java/com/threegap/bitnagil/domain/emotion/model

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.threegap.bitnagil.domain.emotion.model
2+
3+
data class MyEmotion(
4+
val emotionMarbleType: Emotion?,
5+
val emotionMarbleName: String?,
6+
val imageUrl: String?,
7+
)

0 commit comments

Comments
 (0)