From 73caf5a7072976021f43a764ed2ad73404f4d040 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 02 一月 2025 13:42:15 +0800 Subject: [PATCH] mongo索引、运行监控报表调整 --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/FaceDeviceInspectionResult.java | 6 ------ 1 files changed, 0 insertions(+), 6 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 97a0b15..d2037c4 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 @@ -19,37 +19,31 @@ /** * 璁惧鍚嶇О */ - @TextIndexed private String deviceName; /** * 璁惧缂栧彿 */ - @TextIndexed private String externalIndexCode; /** * 鍗″彛鍐呯爜鎴栭噰闆嗚澶囧唴鐮侊紝dataType涓�1鏃惰〃绀哄崱鍙e唴鐮侊紝dataType涓�2鎴�11鏃惰〃绀洪噰闆嗚澶囧唴鐮� */ - @TextIndexed private String indexCode; /** * IP鍦板潃 */ - @TextIndexed private String networkAddr; /** * 缁勭粐缂栧彿 */ - @TextIndexed private String orgCode; /** * 缁勭粐鍚嶇О */ - @TextIndexed private String orgName; /** -- Gitblit v1.8.0