| | |
| | | package com.ycl.platform.domain.result.UY; |
| | | |
| | | 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; |
| | | |
| | | /** |
| | | * 图像监测诊断结果 |
| | | */ |
| | | @Data |
| | | public class QueryVqdResult { |
| | | @Document(collection = "uy_query_vqd") |
| | | public class QueryVqdResult extends BaseResult { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | /** |
| | | * 行政区划名称 |
| | | */ |
| | | @TextIndexed |
| | | private String arealayernoName; |
| | | /** |
| | | * |
| | |
| | | /** |
| | | * 设备 IP |
| | | */ |
| | | @TextIndexed |
| | | private String deviceIp; |
| | | /** |
| | | * 设备名称 |
| | | */ |
| | | @TextIndexed |
| | | private String deviceName; |
| | | /** |
| | | * |