|
@@ -60,6 +60,10 @@ public interface EquipmentSendNotifyService {
|
|
|
*/
|
|
|
void sendPlanningTasksNotify(String planyear, String belongfactory, Integer taskquantity, String fileItemId,List<String> userId);
|
|
|
|
|
|
+ /**
|
|
|
+ * 设备报废通知提醒
|
|
|
+ * @param equipmentDisposeDTO
|
|
|
+ */
|
|
|
void equScrapAuditNotify(EquipmentDisposeDTO equipmentDisposeDTO);
|
|
|
|
|
|
|
|
@@ -69,5 +73,9 @@ public interface EquipmentSendNotifyService {
|
|
|
*/
|
|
|
R deviceRepeatedlyFailsNotify();
|
|
|
|
|
|
+ /**
|
|
|
+ * 故障停机提醒
|
|
|
+ * @param parameter
|
|
|
+ */
|
|
|
void sendFaultStopRemind(Map<String, String> parameter);
|
|
|
}
|