fuliqi
2024-09-11 b14531e3b850fe6d2fa916ba7b88b3e2bd2ff30a
ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/ImageDetectionResult.java
@@ -2,7 +2,7 @@
import com.ycl.platform.domain.result.BaseResult;
import lombok.Data;
import org.springframework.data.mongodb.core.annotation.Collation;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.Date;
import java.util.List;
@@ -12,7 +12,7 @@
 * @date:2024/8/8 20:36
 */
@Data
@Collation("uy_image_detection")
@Document(collection = "uy_image_detection")
public class ImageDetectionResult extends BaseResult {
    /**
@@ -37,7 +37,7 @@
    private Integer blurRaw;
    /**
     * 画面偏色:1正常 0异常
     * 画面偏色:1正常 0未知  -1异常
     */
    private Integer color;
@@ -65,7 +65,7 @@
    private String ipAddr;
    /**
     * 亮度:1正常  0异常
     * 亮度:1正常 0未知  -1异常
     */
    private Integer light;
@@ -92,7 +92,7 @@
    private Integer olTotal;
    /**
     * 画面遮挡:1正常 0异常
     * 画面遮挡:1正常 0未知  -1异常
     */
    private Integer shade;
@@ -106,7 +106,7 @@
    private Integer shakeRaw;
    /**
     * 信号状态:在线,0异常
     * 信号状态:1正常 0未知  -1异常
     */
    private Integer signa1;
@@ -122,7 +122,7 @@
    private Integer sipCode;
    /**
     * 雪花干扰:1正常 0异常
     * 雪花干扰:1正常 0未知  -1异常
     */
    private Integer snow;
@@ -135,7 +135,7 @@
    private Integer status;
    /**
     * 条纹干扰:1正常 0异常
     * 条纹干扰:1正常 0未知  -1异常
     */
    private Integer stripe;