wuzeyu
2024-08-01 5f0b4dced466ca0a7a0a0242c78b22a722a2f5f4
1
2
3
4
5
6
7
package com.dy.testClient.tcpClient;
 
import com.dy.common.mw.UnitAdapterInterface;
 
public interface TcpClUnitAdapter extends UnitAdapterInterface {
    public TcpClUnitConfigVo getConfig() ;
}