다른 회원 프로필 조회 API 추가
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package kr.co.vividnext.sodalive.member
|
||||
|
||||
import com.querydsl.core.annotations.QueryProjection
|
||||
|
||||
data class GetMemberProfileResponse @QueryProjection constructor(
|
||||
val memberId: Long,
|
||||
val profileImageUrl: String,
|
||||
val isBlocked: Boolean
|
||||
)
|
Reference in New Issue
Block a user