Add struct ATBMaxDateTime.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user