Add struct ATBMaxDateTime.
This commit is contained in:
parent
dbd9644047
commit
9f2cf613e1
@ -5,6 +5,8 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
|
||||||
|
#include <QDateTime>
|
||||||
|
|
||||||
class ATBPaymentOption
|
class ATBPaymentOption
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -47,6 +49,14 @@ public:
|
|||||||
int pop_daily_card_price;
|
int pop_daily_card_price;
|
||||||
uint64_t pop_business_hours;
|
uint64_t pop_business_hours;
|
||||||
int pop_time_step_config;
|
int pop_time_step_config;
|
||||||
|
|
||||||
|
struct ATBMaxDateTime {
|
||||||
|
int direction;
|
||||||
|
uint8_t week;
|
||||||
|
uint8_t day;
|
||||||
|
QTime time;
|
||||||
|
} pop_min_date_time,
|
||||||
|
pop_max_date_time;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PAYMENT_OPT_H_INCLUDED
|
#endif // PAYMENT_OPT_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user