From b14531e3b850fe6d2fa916ba7b88b3e2bd2ff30a Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 11 九月 2024 16:47:48 +0800 Subject: [PATCH] OSD加标签 --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java index 34403df..4186382 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java @@ -12,7 +12,7 @@ * @date锛�2024/8/8 20:36 */ @Data -@Document(collation = "uy_image_detection") +@Document(collection = "uy_image_detection") public class ImageDetectionResult extends BaseResult { /** @@ -37,7 +37,7 @@ private Integer blurRaw; /** - * 鐢婚潰鍋忚壊锛�1姝e父 0寮傚父 + * 鐢婚潰鍋忚壊锛�1姝e父 0鏈煡 -1寮傚父 */ private Integer color; @@ -65,7 +65,7 @@ private String ipAddr; /** - * 浜害锛�1姝e父 0寮傚父 + * 浜害锛�1姝e父 0鏈煡 -1寮傚父 */ private Integer light; @@ -92,7 +92,7 @@ private Integer olTotal; /** - * 鐢婚潰閬尅锛�1姝e父 0寮傚父 + * 鐢婚潰閬尅锛�1姝e父 0鏈煡 -1寮傚父 */ private Integer shade; @@ -106,7 +106,7 @@ private Integer shakeRaw; /** - * 淇″彿鐘舵�侊細鍦ㄧ嚎锛�0寮傚父 + * 淇″彿鐘舵�侊細1姝e父 0鏈煡 -1寮傚父 */ private Integer signa1; @@ -122,7 +122,7 @@ private Integer sipCode; /** - * 闆姳骞叉壈锛�1姝e父 0寮傚父 + * 闆姳骞叉壈锛�1姝e父 0鏈煡 -1寮傚父 */ private Integer snow; @@ -135,7 +135,7 @@ private Integer status; /** - * 鏉$汗骞叉壈锛�1姝e父 0寮傚父 + * 鏉$汗骞叉壈锛�1姝e父 0鏈煡 -1寮傚父 */ private Integer stripe; -- Gitblit v1.8.0