huang
2025-03-20 e931d563c28ed960d614f88a21838217f6675861
1
2
3
4
5
6
7
8
package com.mes.common;
 
import com.mes.service.ModbusTcp;
 
public enum CommunicationProtocol {
     S7control(),
     ModbusTcp,
}