관리자 콘텐츠 메인 탭 조회 API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package kr.co.vividnext.sodalive.content.main.tab
|
||||
|
||||
import com.querydsl.core.annotations.QueryProjection
|
||||
|
||||
data class GetContentMainTabItem @QueryProjection constructor(
|
||||
val tabId: Long,
|
||||
val title: String
|
||||
)
|
Reference in New Issue
Block a user