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