유저 관심사, 라이브 관심사 - 연령제한 설정 추가
This commit is contained in:
@@ -5,5 +5,6 @@ import com.querydsl.core.annotations.QueryProjection
|
|||||||
data class GetLiveTagResponse @QueryProjection constructor(
|
data class GetLiveTagResponse @QueryProjection constructor(
|
||||||
val id: Long,
|
val id: Long,
|
||||||
val tag: String,
|
val tag: String,
|
||||||
val image: String
|
val image: String,
|
||||||
|
val isAdult: Boolean
|
||||||
)
|
)
|
||||||
|
@@ -5,5 +5,6 @@ import com.querydsl.core.annotations.QueryProjection
|
|||||||
data class GetMemberTagResponse @QueryProjection constructor(
|
data class GetMemberTagResponse @QueryProjection constructor(
|
||||||
val id: Long,
|
val id: Long,
|
||||||
val tag: String,
|
val tag: String,
|
||||||
val image: String
|
val image: String,
|
||||||
|
val isAdult: Boolean
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user