Changeset 5867520 for src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java
- Timestamp:
- 02/08/23 15:48:51 (22 months ago)
- Branches:
- master
- Children:
- 2c7a732
- Parents:
- 90317ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java
r90317ea r5867520 24 24 @Id 25 25 @Column(name ="id_projection") 26 Integer id _projection;26 Integer idprojection; 27 27 28 28 @Id 29 29 @Column(name ="id_room") 30 Integer id _room;30 Integer idroom; 31 31 32 32
Note:
See TracChangeset
for help on using the changeset viewer.