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