liurunyu
7 天以前 0639f7feede9614a98f64450792cc83f58f80a84
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}