respdelhmyy.h 332 B

1234567891011121314151617181920
  1. #ifndef RESPDELHMYY_H
  2. #define RESPDELHMYY_H
  3. #include <QtCore>
  4. #include "WSCube_global.h"
  5. class WSCUBESHARED_EXPORT RespDelHmyy
  6. {
  7. public:
  8. RespDelHmyy(QString json);
  9. int getRtnCode();
  10. QString getRtnMemo();
  11. private:
  12. int rtnCode;
  13. QString rtnMemo;
  14. QString json;
  15. };
  16. #endif // RESPDELHMYY_H