liurunyu
2025-06-24 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}