| | |
| | | * 默认实现:提示尚未实现具体逻辑 |
| | | */ |
| | | @Override |
| | | protected DevicePlcVO.OperationResult doExecute(com.mes.device.entity.DeviceConfig deviceConfig, |
| | | protected DevicePlcVO.OperationResult doExecute(DeviceConfig deviceConfig, |
| | | String operation, |
| | | java.util.Map<String, Object> params, |
| | | java.util.Map<String, Object> logicParams) { |
| | | Map<String, Object> params, |
| | | Map<String, Object> logicParams) { |
| | | log.warn("当前设备逻辑尚未实现: deviceType={}, operation={}", deviceConfig.getDeviceType(), operation); |
| | | return DevicePlcVO.OperationResult.builder() |
| | | .success(false) |