From 9d22bf2b596d8f5627f671f009b3f42d71d73bf4 Mon Sep 17 00:00:00 2001
From: zm <2369059705qq.com>
Date: 星期一, 04 十一月 2024 16:02:07 +0800
Subject: [PATCH] 考情看板和报表

---
 src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java b/src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java
index 2a9a4b6..67cd05c 100644
--- a/src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java
+++ b/src/main/java/com/product/administration/service/ide/IEarlyWarningManager.java
@@ -7,30 +7,30 @@
 import com.product.core.exception.BaseException;
 
 public interface IEarlyWarningManager {
-	
+
 	/**
 	 * 	棰勮閰嶇疆鏂板
 	 * @param fse
 	 * @return
 	 */
 	String addWarning(FieldSetEntity fse) throws BaseException, SchedulerException, TaskException;
-	
+
 	/**
 	 * 	棰勮閰嶇疆淇敼
 	 * @param fse
 	 * @return
-	 * @throws TaskException 
-	 * @throws SchedulerException 
-	 * @throws BaseException 
+	 * @throws TaskException
+	 * @throws SchedulerException
+	 * @throws BaseException
 	 */
 	boolean updateWarning(FieldSetEntity fse) throws BaseException, SchedulerException, TaskException;
-	
+
 	/**
 	 * 	棰勮閰嶇疆鍒犻櫎
 	 * @param uuid
 	 * @return
-	 * @throws SchedulerException 
-	 * @throws BaseException 
+	 * @throws SchedulerException
+	 * @throws BaseException
 	 */
 	boolean deleteWarning(String uuid) throws BaseException, SchedulerException;
 
@@ -42,4 +42,10 @@
 	 * @throws BaseException
 	 */
 	boolean updateEarlyWarningTime(FieldSetEntity fse)throws BaseException, SchedulerException, TaskException;
+
+	/**
+	 * 杞彂
+	 * @param fse
+	 */
+	void transmit(FieldSetEntity fse);
 }

--
Gitblit v1.9.2