liurunyu
2025-07-29 9c4100d5a1ada3f8539d80199b3d8da534f9a982
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() ;
 
}