generated from Sithas/conan_template
Добавление ДАО для использования в новом маршруте
This commit is contained in:
@@ -9,7 +9,9 @@ namespace uad
|
||||
struct medication
|
||||
{
|
||||
std::string uuid;
|
||||
std::string login;
|
||||
std::string hashed_password;
|
||||
std::string name;
|
||||
int64_t dose;
|
||||
std::string unit;
|
||||
bool is_urgent;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user