pppoe配置增加5个字段。
This commit is contained in:
+3
@@ -44,6 +44,9 @@ public class NetworkInfo {
|
||||
// 如果是子接口,存储父接口名称
|
||||
@JsonProperty("parentInterface")
|
||||
private String parentInterface;
|
||||
/** 网卡创建时间 */
|
||||
@JsonProperty("netCreateTime")
|
||||
private Long netCreateTime;
|
||||
|
||||
// 如果是父接口,存储子接口列表
|
||||
@JsonProperty("subInterfaces")
|
||||
|
||||
Reference in New Issue
Block a user