Changeset 2fdea25 for Prototype Application/Paw5/src
- Timestamp:
- 02/01/23 14:07:07 (21 months ago)
- Branches:
- main
- Children:
- e1642f4
- Parents:
- 94308ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/model/Pet.java
r94308ea r2fdea25 17 17 18 18 @Id 19 @Column(name = "id_pet" , nullable = false)19 @Column(name = "id_pet") 20 20 private int id; 21 21
Note:
See TracChangeset
for help on using the changeset viewer.