刘小明
2024-08-26 0c479f17e5f9ff3ad638f3af783cf22b0a77fbd0
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}