Adding some fields and venues for entities.

This commit is contained in:
stephb9959
2021-08-17 10:54:16 -07:00
parent 89987736cf
commit 6da64ee837
7 changed files with 22 additions and 3 deletions

View File

@@ -233,6 +233,7 @@ namespace OpenWifi::ProvObjects {
std::string subVenue;
std::string subscriber;
std::string deviceType;
std::string qrCode;
void to_json(Poco::JSON::Object &Obj) const;
bool from_json(const Poco::JSON::Object::Ptr &Obj);