liurunyu
2024-12-05 e542047aab71e433928cc0a51758d4847632c6c5
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}