test #16
@@ -5,5 +5,6 @@ import com.querydsl.core.annotations.QueryProjection
|
||||
data class GetLiveTagResponse @QueryProjection constructor(
|
||||
val id: Long,
|
||||
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(
|
||||
val id: Long,
|
||||
val tag: String,
|
||||
val image: String
|
||||
val image: String,
|
||||
val isAdult: Boolean
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user