dgns_gtserverrunlog.h 278 B

12345678910111213141516171819
  1. //
  2. // Created by lloyd on 2020/10/14.
  3. //
  4. #ifndef GTCVR_DGNS_GTSERVERRUNLOG_H
  5. #define GTCVR_DGNS_GTSERVERRUNLOG_H
  6. class dgns_gtserverrunlog {
  7. public:
  8. std::string time;
  9. std::string contents;
  10. std::string item;
  11. int code;
  12. };
  13. #endif //GTCVR_DGNS_GTSERVERRUNLOG_H