Добавление ДАО для использования в новом маршруте

This commit is contained in:
2026-01-05 15:29:47 +03:00
parent 49a2913884
commit 8df55238be
7 changed files with 91 additions and 7 deletions
+4 -2
View File
@@ -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;
};
}