zhubaomin
2025-02-25 ef77ac7224c9ff7468e0ad7daf50686eebbbd9fa
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}