diff --git a/acs/nladmin-system/pom.xml b/acs/nladmin-system/pom.xml
index 207ff624f..4349d76c0 100644
--- a/acs/nladmin-system/pom.xml
+++ b/acs/nladmin-system/pom.xml
@@ -45,7 +45,21 @@
commons-io
2.8.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.openscada.jinterop
org.openscada.jinterop.core
diff --git a/acs/nladmin-system/src/main/java/org/nl/acs/device/rest/DeviceController.java b/acs/nladmin-system/src/main/java/org/nl/acs/device/rest/DeviceController.java
index cbc8786da..f20f944c1 100644
--- a/acs/nladmin-system/src/main/java/org/nl/acs/device/rest/DeviceController.java
+++ b/acs/nladmin-system/src/main/java/org/nl/acs/device/rest/DeviceController.java
@@ -21,7 +21,9 @@ import org.springframework.http.ResponseEntity;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
+import org.springframework.web.multipart.MultipartFile;
+import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.List;
@@ -382,4 +384,12 @@ public class DeviceController {
deviceService.downDeviceDBloadFX5UCSV(deviceService.queryDeviceProtocol(whereJson), response);
}
+ @PostMapping("/excelImport")
+ @Log("excel导入")
+ @ApiOperation("excel导入")
+ public ResponseEntity