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