Changeset 95dd50a for Prototype Application/Paw5/src
- Timestamp:
- 03/09/23 10:28:27 (20 months ago)
- Branches:
- main
- Children:
- 264d675
- Parents:
- 5dea0b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/model/entities/Post.java
r5dea0b7 r95dd50a 24 24 private String thumbnailUrl; 25 25 26 @ ManyToOne26 @OneToOne 27 27 @JoinColumn(name="id_pet", nullable = false) 28 28 private Pet pet;
Note:
See TracChangeset
for help on using the changeset viewer.