Joel Grunbaum
2022-01-20 441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b
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,