zhubaomin
2025-02-17 e0de7ce3b810585cd6cf3df4786bb59c720c02a8
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() ;
}