HN
HieuAnh Nguyen

Cinema Admin Copy this Tailwind MovieDashboardto Your Project

Tôi đang cần giao diện phần admin cho dự án đặt vé xem phim, biết phần movie của tôi có dữ liệu như này: public class Movie { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String movieName; private String director; private String actors; private String description; private String poster; private String trailerUrl; private Integer duration; private String genre; private LocalDate movieRelease; private Integer ageRestriction; private Boolean status;

Prompt
Component Preview

About

No description provided...

Share

Last updated 1 month ago