Changeset 5867520 for src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.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/ProjectionIsPlayedInRoomId.java
r90317ea r5867520 7 7 @Data 8 8 public class ProjectionIsPlayedInRoomId implements Serializable { 9 Integer id _projection;10 Integer id _room;9 Integer idprojection; 10 Integer idroom; 11 11 }
Note:
See TracChangeset
for help on using the changeset viewer.