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

Last change on this file was 5867520, checked in by DenicaKj <dkorvezir@…>, 22 months ago

Projections

  • Property mode set to 100644
File size: 220 bytes
RevLine 
[b10fc39]1package com.example.moviezone.model.manytomany;
2
3import lombok.Data;
4
[d59ae27]5import java.io.Serializable;
6
[b10fc39]7@Data
[d59ae27]8public class ProjectionIsPlayedInRoomId implements Serializable {
[5867520]9 Integer idprojection;
10 Integer idroom;
[b10fc39]11}
Note: See TracBrowser for help on using the repository browser.