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