wuzeyu
2024-08-01 5f0b4dced466ca0a7a0a0242c78b22a722a2f5f4
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}