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