| | |
| | | package com.ycl.platform.domain.result.UY; |
| | | |
| | | import com.ycl.platform.domain.result.HK.BaseResult; |
| | | 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; |
| | | |
| | | /** |
| | | * 点位在线率 |
| | |
| | | * @since 2024-4-19 11:37:30 |
| | | */ |
| | | @Data |
| | | public class OnlineResult{ |
| | | @Document(collection = "uy_online") |
| | | public class OnlineResult extends BaseResult { |
| | | |
| | | /** |
| | | * 行政区划编码 |
| | |
| | | /** |
| | | * 行政区划名称 |
| | | */ |
| | | @TextIndexed |
| | | private String arealayernoName; |
| | | |
| | | /** |