Joel Grunbaum
2022-01-19 f99dcdf422310400fe9f20f61697328e87485a34
book.hpp
@@ -6,6 +6,7 @@
#include <iostream>
#include <queue>
#include <string>
#include <unordered_map>
#include <vector>
namespace book
@@ -52,6 +53,7 @@
   double aggFee;
   double pasFee;
   double broFee;
   double bomPrice;
   Book();
   Book(ProductTypeEnum productType, std::string product, int stationId,