@@ -73,5 +73,9 @@ public interface EquipmentSendNotifyService {
*/
R deviceRepeatedlyFailsNotify();
+ /**
+ * 故障停机提醒
+ * @param parameter
+ */
void sendFaultStopRemind(Map<String, String> parameter);
}