start repository for mobilisis tariff-calculation
This commit is contained in:
13
library/include/mobilisis/period_year.h
Normal file
13
library/include/mobilisis/period_year.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class ATBPeriodYear
|
||||
{
|
||||
public:
|
||||
int pye_id;
|
||||
std::string pye_label;
|
||||
int pye_start_month;
|
||||
int pye_start_day;
|
||||
int pye_end_month;
|
||||
int pye_end_day;
|
||||
};
|
||||
Reference in New Issue
Block a user