test #397

Merged
klaus merged 15 commits from test into main 2026-03-05 09:17:38 +00:00
3 changed files with 18 additions and 0 deletions
Showing only changes of commit 96ab4da1b0 - Show all commits

View File

@@ -0,0 +1,6 @@
package kr.co.vividnext.sodalive.admin.calculate
data class GetCalculateContentDonationListResponse(
val totalCount: Int,
val items: List<GetCalculateContentDonationResponse>
)

View File

@@ -0,0 +1,6 @@
package kr.co.vividnext.sodalive.admin.calculate
data class GetCalculateContentListResponse(
val totalCount: Int,
val items: List<GetCalculateContentResponse>
)

View File

@@ -0,0 +1,6 @@
package kr.co.vividnext.sodalive.admin.calculate
data class GetCalculateLiveListResponse(
val totalCount: Int,
val items: List<GetCalculateLiveResponse>
)