zhangzengfei
2024-06-03 c69f721df41c9c7c1e2e9a5f167c881c04536986
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
}