커뮤니티 게시물 리스트 - 게시물 ID 추가
This commit is contained in:
parent
290be744a3
commit
e090a2fe7a
|
@ -159,6 +159,7 @@ class CreatorCommunityService(
|
|||
}
|
||||
|
||||
GetCommunityPostListResponse(
|
||||
postId = it.id!!,
|
||||
creatorNickname = it.member!!.nickname,
|
||||
creatorProfileUrl = if (it.member!!.profileImage != null) {
|
||||
"$imageHost/${it.member!!.profileImage}"
|
||||
|
|
|
@ -4,6 +4,7 @@ import com.querydsl.core.annotations.QueryProjection
|
|||
import kr.co.vividnext.sodalive.explorer.profile.creatorCommunity.comment.GetCommunityPostCommentListItem
|
||||
|
||||
data class GetCommunityPostListResponse @QueryProjection constructor(
|
||||
val postId: Long,
|
||||
val creatorNickname: String,
|
||||
val creatorProfileUrl: String,
|
||||
val imageUrl: String?,
|
||||
|
|
Loading…
Reference in New Issue