서비스 공지사항 API 추가
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package kr.co.vividnext.sodalive.notice
|
||||
|
||||
data class UpdateNoticeRequest(
|
||||
val id: Long,
|
||||
val title: String? = null,
|
||||
val content: String? = null
|
||||
)
|
Reference in New Issue
Block a user