package com.mes.common; import com.mes.service.ModbusTcp; public enum CommunicationProtocol { S7control(), ModbusTcp, }