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