Fancy
2024-09-10 939d5f3d5e17e5ca0bfeec9c23c7c926b4cb1684
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() ;
}