龚焕茏
2024-08-02 8322676d29e1202e093016233b5c260d29fe92e7
ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/RecordMetaDSumResult.java
@@ -2,6 +2,7 @@
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 +19,7 @@
    /**
     * 行政区域名称
     */
    @TextIndexed
    private String arealayername;
    /**
@@ -38,6 +40,7 @@
    /**
     * 摄像机名称
     */
    @TextIndexed
    private String deviceName;
    /**
@@ -53,6 +56,7 @@
    /**
     * 国标平台ID
     */
    @TextIndexed
    private String platId;
    /**