|
@@ -13,23 +13,19 @@ import com.gzlh.config.dto.SerialSetting;
|
|
|
import com.gzlh.device.capture.factory.CaptureFactory;
|
|
|
import com.gzlh.config.ModuleEnum;
|
|
|
import com.gzlh.config.SystemObject;
|
|
|
-import com.gzlh.device.electron.factory.ElectronFactory;
|
|
|
+import com.gzlh.device.rfid.factory.ElectronFactory;
|
|
|
|
|
|
import com.gzlh.device.led.factory.LedFactory;
|
|
|
import com.gzlh.device.led.utils.LedOptions;
|
|
|
import com.gzlh.device.plc.event.PLCEvent;
|
|
|
import com.gzlh.device.plc.handler.PLCHadnler;
|
|
|
-import com.gzlh.device.weighbridge.action.WeighbridgeCommonAction;
|
|
|
import com.gzlh.device.weighbridge.factory.WeighbridgeFactory;
|
|
|
import com.gzlh.device.weighbridge.handler.impl.CommonWeighbridgeHandler;
|
|
|
import com.gzlh.entity.CommandBO;
|
|
|
-import com.gzlh.entity.ReqBO;
|
|
|
import com.gzlh.utils.DeviceCache;
|
|
|
import com.gzlh.utils.WordHandlerUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Slf4j
|