liurunyu
2025-03-20 96bd0f6c3f57a1ae9fdc83d1589c3dc5697178bf
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}