Code cleanup

This commit is contained in:
kdeng00
2019-11-17 13:33:58 -05:00
parent ca1fcb801d
commit 69f5a37eb3
74 changed files with 4397 additions and 4717 deletions
+2 -4
View File
@@ -6,12 +6,10 @@
#include "model/Models.h"
namespace dto
{
namespace dto {
#include OATPP_CODEGEN_BEGIN(DTO)
class SongDto : public oatpp::data::mapping::type::Object
{
class SongDto : public oatpp::data::mapping::type::Object {
DTO_INIT(SongDto, Object)
DTO_FIELD(Int32, id);