liurunyu
2025-05-22 445570788bfac47476d7f6a3e4c9517a3c2d4a5c
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}