rev 循环依赖
This commit is contained in:
@@ -35,11 +35,8 @@ import java.util.Map;
|
|||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class NDCAgvServiceImpl implements NDCAgvService {
|
public class NDCAgvServiceImpl implements NDCAgvService {
|
||||||
|
|
||||||
private final DeviceAppService deviceAppService;
|
|
||||||
private final ParamService paramService;
|
private final ParamService paramService;
|
||||||
private final AcsToWmsService acsToWmsService;
|
|
||||||
|
|
||||||
private final DeviceExecuteLogService logServer;
|
|
||||||
|
|
||||||
Map<String, AgvDto> AGVDeviceStatus = new HashMap();
|
Map<String, AgvDto> AGVDeviceStatus = new HashMap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user