From d96427842163d9f2539576b737e38c2cc49ff87b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 18 七月 2024 15:10:19 +0800 Subject: [PATCH] 对接接口调整 --- 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