mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge pull request #1 from IliassSerrhini/test-branch
description field
This commit is contained in:
commit
5c131fe830
2 changed files with 1 additions and 0 deletions
0
filetest
Normal file
0
filetest
Normal file
|
@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
|
|||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
private String Description;
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue