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
@@ -1356,6 +1356,7 @@ public class MessageHandler {
networkInterface.setPublicIp(networkInfo.getPublicIp());
networkInterface.setInterfaceType(networkInfo.getType());
networkInterface.setStatus(networkInfo.getStatus());
networkInterface.setNetCreateTime(networkInfo.getNetCreateTime());
}
/**