lidongdong
2024-05-16 ba2fec4b36dfa32edf3d8f97cf7ab8f171822b78
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;
}