Skip to content

Commit

Permalink
chore: (#286) 누락된 @aggregate 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 10, 2023
1 parent 729ecb0 commit 6b592cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package team.comit.simtong.domain.user.model

import team.comit.simtong.global.annotation.Aggregate
import java.util.UUID

/**
Expand All @@ -10,7 +11,9 @@ import java.util.UUID
* @date 2023/01/01
* @version 1.1.0
**/
@Aggregate
data class DeviceToken(
val userId: UUID,

val token: String
)

0 comments on commit 6b592cc

Please sign in to comment.