test #316

Merged
klaus merged 20 commits from test into main 2025-05-20 06:03:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f36010fefa - Show all commits

View File

@ -10,5 +10,5 @@ data class UserActionLog(
val memberId: Long,
@Enumerated(EnumType.STRING)
val actionType: ActionType,
val commentId: Long? = null
val contentCommentId: Long? = null
) : BaseEntity()