start repository for mobilisis tariff-calculation
This commit is contained in:
14
library/include/mobilisis/tariff_weekdays_worktime.h
Normal file
14
library/include/mobilisis/tariff_weekdays_worktime.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// #pragma once
|
||||
|
||||
/// <summary>
|
||||
/// Weekdays worktime data
|
||||
/// </summary>
|
||||
class TariffWeekDaysWorktime
|
||||
{
|
||||
public:
|
||||
int pwd_id;
|
||||
int pwd_period_week_day_id;
|
||||
int pwd_period_day_in_week_id;
|
||||
std::string pwd_time_from;
|
||||
std::string pwd_time_to;
|
||||
};
|
||||
Reference in New Issue
Block a user