source: src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java@ e2ca67b

Last change on this file since e2ca67b was b10fc39, checked in by milamihajlovska <mila.mihajlovska01@…>, 22 months ago

many to many ids

  • Property mode set to 100644
File size: 168 bytes
Line 
1package com.example.moviezone.model.manytomany;
2
3import lombok.Data;
4
5@Data
6public class ProjectionIsPlayedInRoomId {
7 Integer id_projection;
8 Integer id_room;
9}
Note: See TracBrowser for help on using the repository browser.