zhubaomin
2025-06-04 332bb1bdc76c4ce93f86c7279ca48542b2c4b080
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}