liurunyu
2024-11-01 6a4d7da842c4a8bdd84e2291be438abdb40c4f42
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}