generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
namespace uad
|
||||
{
|
||||
struct diary_dto
|
||||
{
|
||||
std::string uuid;
|
||||
int64_t time_ms;
|
||||
int64_t mania_level;
|
||||
int64_t depression_level;
|
||||
int64_t mood_level;
|
||||
int64_t activity_level;
|
||||
int64_t appetite_level;
|
||||
int64_t dream_level;
|
||||
int64_t anxiety_level;
|
||||
std::string comment;
|
||||
std::string user_treatment_scheme_uuid;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user