Browse Source

加注释

DLC 1 year ago
parent
commit
64b4706b9a

+ 4 - 0
cx-equipment/cx-equipment-common/src/main/java/com/rongwei/bscommon/sys/service/EquipmentSendNotifyService.java

@@ -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);