package com.dy.rtuMw3rd; 
 | 
  
 | 
  
 | 
import com.dy.rtuMw3rd.tcp4Bjnl.TcpClUnitAdapter; 
 | 
import com.dy.rtuMw3rd.tcp4Bjnl.TcpClUnitConfigVo; 
 | 
  
 | 
/** 
 | 
 * @Author: liurunyu 
 | 
 * @Date: 2025/03/18 15:49 
 | 
 * @Description 
 | 
 */ 
 | 
public class AdapterImp_TcpClUnit implements TcpClUnitAdapter { 
 | 
     
 | 
    private TcpClUnitConfigVo configVo ; 
 | 
  
 | 
    public TcpClUnitConfigVo getConfig() { 
 | 
        return configVo; 
 | 
    } 
 | 
     
 | 
    public void setConfig(TcpClUnitConfigVo configVo){ 
 | 
        this.configVo = configVo ; 
 | 
    } 
 | 
  
 | 
} 
 |