liurunyu
2024-10-31 74b5d60307823de027c220d9a5e98ce6104822aa
1
2
3
4
5
6
7
package com.dy.pipIrrMwTestRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}