""
This commit is contained in:
parent
a80bc7294a
commit
08f8f3a9fd
@ -1,14 +1,16 @@
|
|||||||
#ifndef TARIFF_CUSTOMER_H_INCLUDED
|
#ifndef TARIFF_CUSTOMER_TYPE_H_INCLUDED
|
||||||
#define TARIFF_CUSTOMER_H_INCLUDED
|
#define TARIFF_CUSTOMER_TYPE_H_INCLUDED
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
struct Customer {
|
struct CustomerType {
|
||||||
Customer() = default;
|
//enum class Customer;
|
||||||
|
|
||||||
int cust_id; // 1: Adult, 2: Child:
|
|
||||||
|
CustomerType() = default;
|
||||||
|
|
||||||
|
int cust_type; // 1: Adult, 2: Child:
|
||||||
QString cust_label;
|
QString cust_label;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TARIFF_CUSTOMER_H_INCLUDED
|
#endif // TARIFF_CUSTOMER_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user