zhubaomin
2024-08-28 b5ef534819e9d1cbcbb138e4cf58acb6a5d7ca6c
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}