Changeset 2a98e34 for src/main/java/com/example/moviezone/model/procedures
- Timestamp:
- 02/08/23 12:10:52 (22 months ago)
- Branches:
- master
- Children:
- 86e187f
- Parents:
- c05cd97 (diff), eb36f39 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/procedures/FilmsReturnTable.java
rc05cd97 r2a98e34 9 9 @Data 10 10 public class FilmsReturnTable { 11 Integerid_film;11 int id_film; 12 12 LocalDate start_date; 13 13 String name; … … 19 19 } 20 20 21 public IntegergetId_film() {21 public int getId_film() { 22 22 return id_film; 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.