Update Owner.java

This commit is contained in:
surtexx 2023-11-17 12:30:11 +02:00 committed by GitHub
parent 4bb5292b3b
commit dc8416749a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ import jakarta.validation.constraints.NotBlank;
* @author Michael Isvy * @author Michael Isvy
* @author Oliver Drotbohm * @author Oliver Drotbohm
*/ */
@Entity @Entity
@Table(name = "owners") @Table(name = "owners")
public class Owner extends Person { public class Owner extends Person {