lidongdong
2024-07-11 0283bb25ebbbb506ec54f90d9a0534c7b25b5655
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.panzhihua.common.model.dtos.community.large;
 
import com.panzhihua.common.model.vos.community.screen.event.EventPopulationSpecialStatisticsVO;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class AreaStreetDetail {
 
 
    @ApiModelProperty("街道相关信息")
    private AreaStreetDetailResp areaStreetDetailResp;
 
    @ApiModelProperty("特殊人口数据")
    private EventPopulationSpecialStatisticsVO eventPopulationVO;
}