杜洪波
2024-08-19 1d1d34b48e6e80bea350d805d8ff2564ca226f25
src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java
@@ -42,4 +42,10 @@
    * @throws BaseException
    */
   boolean updateEarlyWarningTime(FieldSetEntity fse)throws BaseException, SchedulerException, TaskException;
   /**
    * 转发
    * @param fse
    */
   void transmit(FieldSetEntity fse);
}