liurunyu
2025-05-30 c488d63b58458ea0dee56ffbb4c5b66b2141d4f1
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
import com.dy.pmsTest.common.UnitAdapterInterface;
 
public interface TcpClUnitAdapter extends UnitAdapterInterface {
    public TcpClUnitConfigVo getConfig() ;
}