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