This commit is contained in:
周俊杰
2024-02-27 16:17:52 +08:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
package org.nl.acs.opc;
import org.nl.acs.device_driver.driver.ItemValue;
import org.openscada.opc.lib.da.Group;
/**

View File

@@ -5,6 +5,7 @@ import org.jinterop.dcom.common.JIException;
import org.nl.acs.auto.initial.ApplicationAutoInitial;
import org.nl.modules.common.exception.BadRequestException;
import org.nl.modules.wql.exception.WDKException;
import org.nl.acs.device_driver.driver.ItemValue;
import org.openscada.opc.lib.common.NotConnectedException;
import org.openscada.opc.lib.da.Group;
import org.openscada.opc.lib.da.Server;

View File

@@ -8,7 +8,7 @@ import org.nl.modules.common.exception.BadRequestException;
import org.nl.modules.wql.exception.WDKException;
import org.openscada.opc.lib.common.ConnectionInformation;
import org.openscada.opc.lib.da.*;
import org.nl.acs.device_driver.driver.ItemValue;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;