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