Added pun_duration_min and pun_duration_max in case we dont have to pay for a full time range
This commit is contained in:
parent
64bc639eaa
commit
7c13d8b88c
@ -1,4 +1,3 @@
|
|||||||
// #pragma once
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Duration data
|
/// Duration data
|
||||||
@ -6,7 +5,9 @@
|
|||||||
class TariffDuration
|
class TariffDuration
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
int pun_id;
|
int pun_id;
|
||||||
std::string pun_label;
|
std::string pun_label;
|
||||||
int pun_duration;
|
int pun_duration;
|
||||||
|
int pun_duration_min;
|
||||||
|
int pun_duration_max;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user