feat: 유저 행동 데이터 기록 Controller 추가

This commit is contained in:
2025-05-16 21:24:12 +09:00
parent ddcd54d3b9
commit 6fc372c898
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package kr.co.vividnext.sodalive.useraction
data class UserActionRequest(val actionType: ActionType)