Skip to content

Commit

Permalink
Merge branch 'develop_back' into feat/init-2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Jan 8, 2024
2 parents e899b3f + bbaed34 commit 1f2a571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@Embeddable
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Table(name = "ADDRESS")
public class Address {
public class Address extends BaseEntity {

@Column(name = "province", nullable = false)
private String province;
Expand Down

0 comments on commit 1f2a571

Please sign in to comment.