liurunyu
2023-11-28 de747065f733ba1edb0345be57412604661cca0d
1
2
3
4
5
6
7
package com.dy.testClient.tcpClient;
 
public class TcpClUnitConfigVo {
    public boolean enable ;
    public int heartbeatTimes ;
    public int sendInterval ;
}