liurunyu
2024-12-05 e48d097ca0532090a7a109af4c2c9c6e1b288a34
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() ;
}