Code cleanup
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
#include "oatpp/core/data/mapping/type/Object.hpp"
|
||||
#include "oatpp/core/macro/codegen.hpp"
|
||||
|
||||
namespace dto
|
||||
{
|
||||
namespace dto {
|
||||
#include OATPP_CODEGEN_BEGIN(DTO)
|
||||
|
||||
class YearDto : public oatpp::data::mapping::type::Object
|
||||
{
|
||||
class YearDto : public oatpp::data::mapping::type::Object {
|
||||
DTO_INIT(YearDto, Object)
|
||||
|
||||
DTO_FIELD(Int32, id);
|
||||
|
||||
Reference in New Issue
Block a user