#ifndef RETURNMESSAGE_H #define RETURNMESSAGE_H #include static QString SUCCESS = "1"; static QString FAIL = "0"; static QString PARAM_MISSING_EXCEPTION = "999"; static QString PARAM_NULL_VALUE = "888"; class ReturnMessage { public: ReturnMessage(); }; #endif // RETURNMESSAGE_H