#pragma once class CMBFireQrCodeInfo; typedef vector CMBFireQrCodeInfoVector; class AFX_EXT_CLASS CMBFireQrCodeInfo { public: CMBFireQrCodeInfo(void); ~CMBFireQrCodeInfo(void); public: int m_nDataType; CString m_strClsID; CString m_strAttr; CString m_strValue; };