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