회원탈퇴 API 추가
This commit is contained in:
@@ -41,6 +41,9 @@ data class Member(
|
||||
@OneToMany(mappedBy = "creator")
|
||||
var follower: MutableList<CreatorFollowing> = mutableListOf()
|
||||
|
||||
@OneToMany(mappedBy = "member", cascade = [CascadeType.ALL])
|
||||
val signOutReasons: MutableList<SignOut> = mutableListOf()
|
||||
|
||||
@OneToOne(mappedBy = "member", fetch = FetchType.LAZY)
|
||||
var notification: MemberNotification? = null
|
||||
|
||||
|
Reference in New Issue
Block a user