严智鑫
2025-04-03 dedf9da2dc20825fbd3dee51f0a0546782ec0f9d
1
2
3
4
5
6
7
8
package com.mes.common;
 
import com.mes.service.ModbusTcp;
 
public enum CommunicationProtocol {
     S7control(),
     ModbusTcp,
}