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