创建 collection

This commit is contained in:
YuhangQ 2021-10-24 13:01:06 +08:00
parent 6cb59287d7
commit 404e2ab90c

View File

@ -19,6 +19,8 @@ void Collection::insert(JSON &json) {
json.AddMember(" __Invo_ID__", invoid, allocator);
}
Logger::info<std::string>(json.ToString());
}