刘小明
2024-08-26 591e3b8a10ed15023f3ad9e5a72a887ef89b0bb2
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() ;
}