liurunyu
2025-05-14 c4d56f4a2c7687739f3bf0f43bcc1f35c9bbeb8b
1
2
3
4
5
6
7
8
9
package com.dy.simRtu.tcpClient;
 
import com.dy.common.mw.UnitAdapterInterface;
 
public interface TcpClUnitAdapter extends UnitAdapterInterface {
 
    TcpClUnitConfigVo getConfig() ;
 
}