Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyangs committed Oct 4, 2024
2 parents 68c2969 + 00b67ca commit c08ff0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.first.flash.account.member.domain;

import com.first.flash.global.domain.BaseEntity;
import jakarta.persistence.Entity;
import jakarta.persistence.EnumType;
import jakarta.persistence.Enumerated;
Expand All @@ -18,7 +19,7 @@
@Builder
@Getter
@ToString
public class Member {
public class Member extends BaseEntity {

@Id
private UUID id;
Expand Down

0 comments on commit c08ff0b

Please sign in to comment.