| | |
| | | package com.mes.service.impl; |
| | | |
| | | import com.mes.service.IPlcAutoTestService; |
| | | import com.mes.service.IPlcTestWriteService; |
| | | import com.mes.service.PlcAutoTestService; |
| | | import com.mes.service.PlcTestWriteService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.scheduling.annotation.Scheduled; |
| | |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | | public class PlcAutoTestServiceImpl implements PlcAutoTestService { |
| | | public class PlcAutoTestServiceImpl extends PlcAutoTestService { |
| | | |
| | | @Resource |
| | | private IPlcTestWriteService plcTestWriteService; |
| | | private PlcTestWriteService plcTestWriteService; |
| | | |
| | | // 自动测试开关 |
| | | @Value("${plc.auto.test.enabled:false}") |