WeChatFerry/Spy/exec_sql.h
2022-08-07 23:32:25 +08:00

9 lines
114 B
C++

#pragma once
#include <string>
#include <vector>
#include "rpc_h.h"
std::vector<std::wstring> GetDbNames();