xiangpei
2024-08-19 70dfa087a9f61ecc33f3b5bc618202c2023e38f3
ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/RecordMetaDSumResult.java
@@ -1,7 +1,9 @@
package com.ycl.platform.domain.result.UY;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ycl.platform.domain.result.BaseResult;
import lombok.Data;
import org.springframework.data.mongodb.core.index.TextIndexed;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.Date;
@@ -18,6 +20,7 @@
    /**
     * 行政区域名称
     */
    @TextIndexed
    private String arealayername;
    /**
@@ -28,6 +31,7 @@
    /**
     * 创建时间,格式为日期时间字符串
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date createTime;
    /**
@@ -38,6 +42,7 @@
    /**
     * 摄像机名称
     */
    @TextIndexed
    private String deviceName;
    /**
@@ -53,6 +58,7 @@
    /**
     * 国标平台ID
     */
    @TextIndexed
    private String platId;
    /**
@@ -68,6 +74,7 @@
    /**
     * 统计时间,格式为日期字符串
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date statTime;
    /**