Skip to content

Commit

Permalink
[fix/restaurant_related_action]: GroupPreview 데이터 마이그레이션
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy authored and Jim-swit committed Mar 17, 2024
1 parent 3be1f9d commit b51d01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domain/src/main/java/org/gdsc/domain/model/GroupPreview.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package org.gdsc.domain.model

data class GroupPreview(
val groupId: Int,
val groupIntroduce: String,
val groupName: String,
val groupProfileImageUrl: String,
val groupIntroduce: String,
val memberCnt: Int,
val restaurantCnt: Int
)

0 comments on commit b51d01f

Please sign in to comment.