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