development
This commit is contained in:
@@ -6,6 +6,7 @@ import java.util.List;
|
|||||||
* Model class representing a movie
|
* Model class representing a movie
|
||||||
* Fields: id, title, genres, images
|
* Fields: id, title, genres, images
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Movie {
|
public class Movie {
|
||||||
|
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|||||||
Reference in New Issue
Block a user