From 9a1843b565b97326c78b2e41fc6b7953f5af84d9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 23 七月 2024 10:15:34 +0800 Subject: [PATCH] 运维阈值key --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java index 60cdc7c..fd2b8e6 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java @@ -1,6 +1,7 @@ package com.ycl.platform.domain.result.HK; import lombok.Data; +import org.springframework.data.mongodb.core.mapping.Document; /** * 浜鸿劯璁惧鍏ㄦ鎸囨爣鐩戞祴缁撴灉锛�2.3.0鐗堟湰鏂板 @@ -8,7 +9,8 @@ * @author gonghl */ @Data -public class FaceDeviceInspectionResult { +@Document(collection = "face_device_inspection") +public class FaceDeviceInspectionResult extends BaseResult{ /** * 璁惧鍚嶇О -- Gitblit v1.8.0