From 6dea379dc74a941a83c2e5582963c0e58e6ca5bf Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 23 八月 2024 18:32:10 +0800
Subject: [PATCH] 修改楼层解析, 添加老版本兼容

---
 vo/subscribe.go |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/vo/subscribe.go b/vo/subscribe.go
index 322dfe7..7fd2300 100644
--- a/vo/subscribe.go
+++ b/vo/subscribe.go
@@ -89,6 +89,16 @@
 	FaceObjectList   NotificationFaceList
 }
 
+type PersonNotification struct {
+	NotificationID   string
+	SubscribeID      string
+	Title            string
+	TriggerTime      string
+	InfoIDs          string
+	ExecuteOperation int
+	PersonObjectList NotificationPersonList
+}
+
 type Notification struct {
 	NotificationID   string
 	SubscribeID      string
@@ -98,4 +108,5 @@
 	ExecuteOperation int
 	DeviceList       NotificationApeList
 	FaceObjectList   NotificationFaceList
+	PersonObjectList NotificationPersonList
 }

--
Gitblit v1.8.0