2016-07-05 20:20:33 +08:00
|
|
|
#pragma once
|
|
|
|
|
2016-08-23 02:03:45 +08:00
|
|
|
#include "storage/model/properties/array.hpp"
|
2016-07-05 20:20:33 +08:00
|
|
|
#include "storage/model/properties/bool.hpp"
|
|
|
|
#include "storage/model/properties/double.hpp"
|
|
|
|
#include "storage/model/properties/float.hpp"
|
|
|
|
#include "storage/model/properties/int32.hpp"
|
|
|
|
#include "storage/model/properties/int64.hpp"
|
|
|
|
#include "storage/model/properties/string.hpp"
|