mes-processes/mes-plcSend/src/main/java/com/mes/device/service/DeviceGroupConfigService.java
@@ -6,10 +6,12 @@ import com.mes.device.vo.DeviceGroupConfigVO; import com.mes.device.vo.DeviceGroupVO; import com.mes.device.vo.StatisticsVO; import org.springframework.stereotype.Service; /** * 设备组配置服务接口 */ @Service public interface DeviceGroupConfigService extends IService<DeviceGroupConfig> { /**