@@ -374,6 +374,11 @@ public interface CacheConstants {
* 缓存 - 旧版API黑名单:{rootOrgIds}
*/
String CACHE_OE_OLD_API_BLACK_LIST = "$OE:OLD_API_BLACK_LIST";
+
+ /**
+ * 缓存 - 异步导出任务终止:{taskId}
+ */
+ String CACHE_OE_EXPORT_TASK_STOP = "$OE:EXPORT_TASK_STOP:";