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