Fancy
2024-09-11 f88c07d7941a0c18bb097f20618c18b9d2418ccc
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}