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