wuzeyu
2024-08-21 f49c7c85ec902d8639c3e0c9f997db1d670d7f1a
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() ;
}