added functionality to email text and ocr scenes
This commit is contained in:
@@ -9,6 +9,7 @@ class Check {
|
||||
public:
|
||||
Check();
|
||||
void add_goods(Goods);
|
||||
void add_goods(std::vector<Goods> &goods);
|
||||
|
||||
double calculae_total_price();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user