// // Created by lloyd on 2020/10/14. // #ifndef GTCVR_DGNS_GTSERVERRUNLOG_H #define GTCVR_DGNS_GTSERVERRUNLOG_H class dgns_gtserverrunlog { public: std::string time; std::string contents; std::string item; int code; }; #endif //GTCVR_DGNS_GTSERVERRUNLOG_H