#ifndef SERVICE_CONF_H #define SERVICE_CONF_H struct SERVICE_CONF { string name; string comment; double cost; int payDay; }; #endif //SERVICE_CONF_H