Changes in / [bf30494:b10fc39]
- Location:
- src/main/java/com/example/moviezone/model/manytomany
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/manytomany/CinemaOrganizesEventId.java
rbf30494 rb10fc39 1 1 package com.example.moviezone.model.manytomany; 2 2 3 import lombok.Data; 4 5 import java.io.Serializable; 6 7 @Data 8 public class CinemaOrganizesEventId implements Serializable { 9 Integer id_cinema; 10 Integer id_event; 3 public class CinemaOrganizesEventId { 11 4 }
Note:
See TracChangeset
for help on using the changeset viewer.