Changeset b67dfd3 for src/main/java/com/example/rezevirajmasa/demo/service/impl/TableServiceImpl.java
- 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/service/impl/TableServiceImpl.java
r142c0f8 rb67dfd3 76 76 TableEntity table = new TableEntity(); 77 77 table.setCapacity(tableCapacities.get(i)); 78 table.set Location(tableLocations.get(i));78 table.setTableLocation(tableLocations.get(i)); 79 79 table.setSmokingArea(Boolean.valueOf(tableSmokingAreas.get(i))); 80 80 table.setDescription(tableDescriptions.get(i));
Note:
See TracChangeset
for help on using the changeset viewer.