AriJing
Results
1
issues of
AriJing
环境: Windows 11 VS 2022 C++20 下边是我写的测试代码: ` #define NOMINMAX #include #include #include #include using namespace ormpp; struct TerminalEntity { int id; std::wstring name; std::wstring ip_v4; std::wstring mac; std::wstring cpu_sn;...