liurunyu
2025-02-06 5872dc75850327c61d2b5b9f6bd1f3b46d325990
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}