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