- Timestamp:
- 02/02/23 15:19:14 (22 months ago)
- Branches:
- master
- Children:
- 2c60cda, e68190f
- Parents:
- caf3a07 (diff), fc165ab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src/main/java/com/example/moviezone/model
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/Category.java
rcaf3a07 r69dc561 12 12 @ToString 13 13 @Entity 14 @Table(name = "categories") 14 15 public class Category { 15 16 @Id
Note:
See TracChangeset
for help on using the changeset viewer.