Add first draft.
This commit is contained in:
parent
31193336cf
commit
3a0baf266b
14
library/include/mobilisis/tariff_customer.h
Normal file
14
library/include/mobilisis/tariff_customer.h
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#ifndef TARIFF_CUSTOMER_H_INCLUDED
|
||||||
|
#define TARIFF_CUSTOMER_H_INCLUDED
|
||||||
|
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
|
struct Customer {
|
||||||
|
Customer() = default;
|
||||||
|
|
||||||
|
int cust_id; // 1: Adult, 2: Child:
|
||||||
|
QString cust_label;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // TARIFF_CUSTOMER_H_INCLUDED
|
Loading…
Reference in New Issue
Block a user