REM:
1.修改设备管理接口中请求参数转换函数
This commit is contained in:
chenlinghy 2020-09-10 15:36:18 +08:00
parent b05ba80772
commit 86447e90a7
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class DisposeDeviceManagerController {
.objectType(CommonEnumHandler.codeOf(DisposeObjectType.class,
k.getObjectType()))
.protectIp(k.getProtectIp())
.reserveNetflow(k.getReserveNetflow())
.build();
dev.getDevCapacity().add(cap);
});