wuzeyu
2025-01-06 efa933befa09b05560538bb8cab46d11b36f8e1e
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}