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