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