pppoe配置增加5个字段。

This commit is contained in:
gaoyutao
2026-01-12 18:27:57 +08:00
parent 14b0e39d5b
commit 5c9ae4fba4
7 changed files with 109 additions and 7 deletions
@@ -44,6 +44,9 @@ public class NetworkInfo {
// 如果是子接口,存储父接口名称
@JsonProperty("parentInterface")
private String parentInterface;
/** 网卡创建时间 */
@JsonProperty("netCreateTime")
private Long netCreateTime;
// 如果是父接口,存储子接口列表
@JsonProperty("subInterfaces")