zhubaomin
2025-04-02 bf1b78168478f802a7413d438b16ab64b27b7f4a
1
2
3
4
5
6
7
package com.dy.simRtu.tcpClient;
 
public class TcpClUnitConfigVo {
    public String  mwServerIp ;
    public Integer  mwServerPort ;
    public Integer  connectTimeout ;
}