zhubaomin
2025-02-21 1e6561acc89b7105c1dcbf5395845d6046f1453d
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}