관리자 - FAQ API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package kr.co.vividnext.sodalive.faq
|
||||
|
||||
import com.querydsl.core.annotations.QueryProjection
|
||||
|
||||
data class GetFaqResponseItem @QueryProjection constructor(
|
||||
val id: Long,
|
||||
val category: String,
|
||||
val question: String,
|
||||
val answer: String
|
||||
)
|
||||
Reference in New Issue
Block a user