修复列表管理网卡信息不显示问题。

修复多网卡图形监控异常问题。
This commit is contained in:
gaoyutao
2025-12-18 15:28:25 +08:00
parent 343028ade5
commit 92cf598941
7 changed files with 28 additions and 17 deletions
@@ -54,8 +54,10 @@ public class RmNetworkInterfaceRemote extends BaseEntity {
private String bindIp;
/** 新旧标识 */
private Integer newFlag;
/** 服务器clientId集合 */
/** 查询业务网卡或单个网卡的clientId集合 */
private String clientIds;
/** 查询所有网卡的clientId集合 */
private String allClientIds;
// 如果是子接口,存储父接口名称
private String parentInterface;