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