#ifndef RESPDELHMYY_H #define RESPDELHMYY_H #include #include "WSCube_global.h" class WSCUBESHARED_EXPORT RespDelHmyy { public: RespDelHmyy(QString json); int getRtnCode(); QString getRtnMemo(); private: int rtnCode; QString rtnMemo; QString json; }; #endif // RESPDELHMYY_H