source:
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java@
ef84238
Last change on this file since ef84238 was 5867520, checked in by , 22 months ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | package com.example.moviezone.model.manytomany; |
2 | |
3 | import lombok.Data; |
4 | |
5 | import java.io.Serializable; |
6 | |
7 | @Data |
8 | public class ProjectionIsPlayedInRoomId implements Serializable { |
9 | Integer idprojection; |
10 | Integer idroom; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.