CounterContext_msg_g.h 676 B

123456789101112131415161718192021222324252627282930313233343536
  1. #ifndef __COUNTERCONTEXT_MSG_G_H
  2. #define __COUNTERCONTEXT_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace CounterContext {
  7. #define eMsg_CounterBasicInfo 0
  8. #define eMsgSig_CounterBasicInfo -1868486894
  9. struct CounterBasicInfo
  10. {
  11. CSimpleStringA name;
  12. CSimpleStringA workNumber;
  13. CSimpleStringA callid;
  14. CSimpleStringA skillCode;
  15. CSimpleStringA skillDesc;
  16. CSimpleStringA level;
  17. CBlob pngImage;
  18. void Serialize(SpBuffer &Buf)
  19. {
  20. auto & buf = Buf & name & workNumber & callid & skillCode & skillDesc & level & pngImage;
  21. }
  22. };
  23. ///////////////////////////
  24. } // namespace CounterContext
  25. #endif // __COUNTERCONTEXT_MSG_G_H