Joel Grunbaum
2022-01-19 0bef191acd5a77544852e6a3daae2df05bd34a31
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,