From 3e9a6da99aae968123ee7bca352fc08becd7f1f2 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 29 八月 2024 17:29:21 +0800 Subject: [PATCH] 工单过程图接口更换 --- 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