park time can be saved to db now

This commit is contained in:
TinyAtoms
2019-06-29 21:50:36 -03:00
parent a606119626
commit 0eee67d3d9
11 changed files with 82 additions and 37 deletions

View File

@ -13,12 +13,12 @@ add_executable(park
main.cpp
data.cpp
headers/data.h
#[[Customer.cpp
Customer.cpp
headers/Customer.h
Park_spot.cpp
headers/Park_spot.h
Park_time.cpp
headers/Park_time.h]]
headers/Park_time.h
)