// #pragma once /// /// Weekdays data /// class TariffWeekDays { public: int pdiw_id; std::string pdiw_label; int pdiw_index; };