mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
added a filed Integer EE
This commit is contained in:
parent
ccebce76a4
commit
88a82acedb
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
|
|||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
private Integer EE;
|
||||
private String Description;
|
||||
public Integer getId() {
|
||||
return id;
|
||||
|
|
Loading…
Reference in a new issue