From b2ab8604a92a899ba31634e49e826c2b796da23e Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 29 七月 2024 19:39:12 +0800
Subject: [PATCH] 添加录像日志
---
vo/face.go | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/vo/face.go b/vo/face.go
index 4b63b17..49c0d7f 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"` // 瀹藉害
@@ -26,6 +26,8 @@
LocationMarkTime string `json:"LocationMarkTime"` // 浜鸿劯瀹氫綅鏃堕棿
FaceAppearTime string `json:"FaceAppearTime"` // 浜鸿劯鍑虹幇鏃堕棿
FaceDisAppearTime string `json:"FaceDisAppearTime"` // 浜鸿劯娑堝け鏃堕棿
+ ShotTime string `json:"ShotTime"` // 浜鸿劯鎷嶆憚鏃堕棿
+ EntryTime string `json:"EntryTime"` // 鍏ュ簱鏃堕棿
IDType string `json:"IDType"` // 璇佷欢绫诲瀷
IDNumber string `json:"IDNumber"` // 璇佷欢鍙风爜
Name string `json:"Name"` // 濮撳悕
@@ -95,3 +97,7 @@
FaceObject []FaceObject `json:"FaceObject"`
} `json:"FaceListObject"`
}
+
+type NotificationFaceList struct {
+ FaceObject []FaceObject `json:"FaceObject"`
+}
--
Gitblit v1.8.0