Skip to content

Commit

Permalink
demo add 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lleshchi committed Jan 10, 2020
1 parent 4e1f874 commit d61fe54
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
@Table(name = "owners")
public class Owner extends Person {

/**
*
*/
private static final long serialVersionUID = 1L;

@Column(name = "address")
@NotEmpty
private String address;
Expand Down

0 comments on commit d61fe54

Please sign in to comment.