2025-12-10 19:55:13 +08:00
|
|
|
#include "storage.hpp"
|
|
|
|
|
|
2025-12-10 22:17:38 +08:00
|
|
|
namespace yycc::carton::binstore::storage {
|
|
|
|
|
|
|
|
|
|
#pragma region Storage Class
|
|
|
|
|
|
|
|
|
|
Storage::Storage() {}
|
|
|
|
|
|
|
|
|
|
Storage::~Storage() {}
|
|
|
|
|
|
|
|
|
|
#pragma endregion
|
|
|
|
|
|
|
|
|
|
} // namespace yycc::carton::binstore::storage
|