snmp采集工具优化,采集数据入库优化。

This commit is contained in:
gaoyutao
2025-10-20 18:17:44 +08:00
parent b0e63880fc
commit 52728eba49
13 changed files with 336 additions and 27 deletions
@@ -8,6 +8,8 @@ public class CollectDataVo {
private String type;
/** 数据 */
private String value;
/** 交换机ip */
private String switchIp;
/** 时间戳 */
private long timestamp;
}