liurunyu
2024-07-11 7bf80c057f8e17fd37f1936e5b8dc1e1efad4bea
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
import com.dy.common.mw.UnitAdapterInterface;
 
public interface TcpClUnitAdapter extends UnitAdapterInterface {
    public TcpClUnitConfigVo getConfig() ;
}