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