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