From 131945ff5bc769dbc1004e12a8afc832df275c96 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期四, 16 五月 2024 10:45:40 +0800
Subject: [PATCH] 人脸通知添加ExecuteOperation

---
 vo/face.go |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/vo/face.go b/vo/face.go
index 4b63b17..19e31da 100644
--- a/vo/face.go
+++ b/vo/face.go
@@ -4,8 +4,8 @@
 	ImageID     string `json:"ImageID"`     // 鍥惧儚ID
 	EventSort   int    `json:"EventSort"`   // 浜嬩欢鎺掑簭
 	DeviceID    string `json:"DeviceID"`    // 璁惧ID
-	StoragePath string `json:"StoragePath"` // 瀛樺偍璺緞
-	Type        string `json:"Type"`        // 绫诲瀷
+	StoragePath string `json:"StoragePath"` // 瀛樺偍璺緞 閲囩敤Data浼犲浘鐗囨椂涓虹┖
+	Type        string `json:"Type"`        // 绫诲瀷 14 鍦烘櫙鍥�, 11 浜鸿劯鍥�
 	FileFormat  string `json:"FileFormat"`  // 鏂囦欢鏍煎紡
 	ShotTime    string `json:"ShotTime"`    // 鎷嶆憚鏃堕棿
 	Width       int    `json:"Width"`       // 瀹藉害
@@ -95,3 +95,7 @@
 		FaceObject []FaceObject `json:"FaceObject"`
 	} `json:"FaceListObject"`
 }
+
+type NotificationFaceList struct {
+	FaceObject []FaceObject `json:"FaceObject"`
+}

--
Gitblit v1.8.0