Fancy
2024-08-21 29e7f5d5ecef7faeec4439fa268924ee92df27d6
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}