Renamed again.
This commit is contained in:
16
library/include/mobilisis/tariff_customer.h
Normal file
16
library/include/mobilisis/tariff_customer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef TARIFF_CUSTOMER_TYPE_H_INCLUDED
|
||||
#define TARIFF_CUSTOMER_TYPE_H_INCLUDED
|
||||
|
||||
#include <QString>
|
||||
|
||||
struct CustomerType {
|
||||
//enum class Customer;
|
||||
|
||||
|
||||
CustomerType() = default;
|
||||
|
||||
int cust_type; // 1: Adult, 2: Child:
|
||||
QString cust_label;
|
||||
};
|
||||
|
||||
#endif // TARIFF_CUSTOMER_H_INCLUDED
|
||||
Reference in New Issue
Block a user