Постановка нового маршрута

This commit is contained in:
2026-01-04 18:18:29 +03:00
parent 96d1e4b6a5
commit 49a2913884
8 changed files with 119 additions and 67 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include <string>
#include "../helpers/helpers.h"
namespace uad
{
struct medication
{
std::string uuid;
std::string login;
std::string hashed_password;
};
}