zhubaomin
2025-06-12 70f61b0638e32274d0e5f9b972ce2a18f139f1b4
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}