From c2ef001546ff304f997c0162e71edd0d7e0e228a Mon Sep 17 00:00:00 2001 From: fine <54142345+criver31@users.noreply.github.com> Date: 星期三, 31 五月 2023 09:35:08 +0800 Subject: [PATCH] Update MobilePositionResponseMessageHandler.java --- src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java b/src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java index 17f8b37..e9cddff 100644 --- a/src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java +++ b/src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java @@ -1,6 +1,7 @@ package com.genersoft.iot.vmp.service; import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform; +import com.genersoft.iot.vmp.gb28181.bean.SipTransactionInfo; import com.github.pagehelper.PageInfo; /** @@ -26,10 +27,16 @@ boolean add(ParentPlatform parentPlatform); /** + * 娣诲姞绾ц仈骞冲彴 + * @param parentPlatform 绾ц仈骞冲彴 + */ + boolean update(ParentPlatform parentPlatform); + + /** * 骞冲彴涓婄嚎 * @param parentPlatform 骞冲彴淇℃伅 */ - void online(ParentPlatform parentPlatform); + void online(ParentPlatform parentPlatform, SipTransactionInfo sipTransactionInfo); /** * 骞冲彴绂荤嚎 -- Gitblit v1.8.0