#pragma once #include namespace lm { class IdUtil { public: static std::string newId(); static std::string nowIso8601(); }; } // namespace lm