woody 11 mesi fa
parent
commit
b5407c9d69

+ 1 - 1
framework-export/src/main/java/com/chelvc/framework/export/ExportHandler.java

@@ -28,7 +28,7 @@ public interface ExportHandler {
      * @param id 导出任务ID
      * @return 导出任务状态
      */
-    com.chelvc.framework.export.Exporting.Status status(long id);
+    Exporting.Status status(long id);
 
     /**
      * 下载数据导出文件