checkin for tariff02.json

This commit is contained in:
2024-07-26 10:59:45 +02:00
parent 8344b04b15
commit b7facb9d60
6 changed files with 267 additions and 19 deletions

View File

@@ -38,6 +38,8 @@ public:
pop_daily_card_price = -1;
pop_business_hours = -1;
pop_time_step_config = -1;
pop_use_only_upto_datetime = "";
pop_use_only_for_duration = 0;
}
int pop_id;
@@ -45,6 +47,8 @@ public:
int pop_product_id;
QString pop_product_name;
int pop_payment_method_id;
QString pop_use_only_upto_datetime;
int pop_use_only_for_duration;
std::string pop_day_end_time;
std::string pop_day_night_end_time;
double pop_price_night;