- Timestamp:
- 05/06/25 00:44:02 (12 days ago)
- Branches:
- main
- Children:
- e48199a
- Parents:
- 142c0f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/rezevirajmasa/demo/model/TableEntity.java
r142c0f8 rb67dfd3 36 36 private int capacity; 37 37 38 @Column(name = " Location")39 private String location;38 @Column(name = "tableLocation") 39 private String tableLocation; 40 40 41 41 @Column(name = "IsSmokingArea") … … 95 95 this.restaurant = restaurant; 96 96 this.capacity = capacity; 97 this. location = location;97 this.tableLocation = location; 98 98 this.isSmokingArea = isSmokingArea; 99 99 this.description = description;
Note:
See TracChangeset
for help on using the changeset viewer.