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