|
@@ -104,6 +104,8 @@ public:
|
|
inline static std::string SOS_CANCEL = "SOS_CANCEL"; // sos取消
|
|
inline static std::string SOS_CANCEL = "SOS_CANCEL"; // sos取消
|
|
inline static std::string NURSING = "NURSING"; // 护理
|
|
inline static std::string NURSING = "NURSING"; // 护理
|
|
inline static std::string NURSING_END = "NURSING_END"; // 护理结束
|
|
inline static std::string NURSING_END = "NURSING_END"; // 护理结束
|
|
|
|
+ inline static std::string SHOW = "SHOW";
|
|
|
|
+ inline static std::string CLEAR = "CLEAR"; // 护理结束
|
|
};
|
|
};
|
|
|
|
|
|
class CallbackAction {
|
|
class CallbackAction {
|