刘小明
2024-09-19 850915d9a5dd29a231724aa1c3be992a4f6c5e4a
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() ;
}