generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "../helpers/helpers.h"
|
||||
|
||||
namespace uad
|
||||
{
|
||||
struct medication_dto
|
||||
{
|
||||
std::string uuid;
|
||||
std::string name;
|
||||
int64_t dose;
|
||||
std::string unit;
|
||||
bool is_urgent;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user