刘小明
2024-12-28 923550235e401caa17a010737c7c9c96222195d3
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}