From df794921a35a231eba9ee61eafb68d5c1cbc7043 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期四, 13 六月 2024 18:35:57 +0800
Subject: [PATCH] 完善A2梯控的电梯运行状态显示

---
 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