generated from pricelees/issue-pr-template
chore: 미사용 메서드 제거
This commit is contained in:
parent
611508b358
commit
671243b9b1
@ -22,12 +22,7 @@ class UserEntity(
|
||||
|
||||
@Enumerated(value = EnumType.STRING)
|
||||
var status: UserStatus
|
||||
): AuditingBaseEntity(id) {
|
||||
|
||||
fun updateStatus(status: UserStatus) {
|
||||
this.status = status
|
||||
}
|
||||
}
|
||||
): AuditingBaseEntity(id)
|
||||
|
||||
@Entity
|
||||
@Table(name = "user_status_history")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user