Changeset d59ae27 for src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java
- Timestamp:
- 02/02/23 15:39:19 (22 months ago)
- Branches:
- master
- Children:
- 428c8a4
- Parents:
- e2ca67b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java
re2ca67b rd59ae27 3 3 import lombok.Data; 4 4 5 import java.io.Serializable; 6 5 7 @Data 6 public class ProjectionIsPlayedInRoomId {8 public class ProjectionIsPlayedInRoomId implements Serializable { 7 9 Integer id_projection; 8 10 Integer id_room;
Note:
See TracChangeset
for help on using the changeset viewer.