| | |
| | | |
| | | import com.panzhihua.common.model.dtos.community.PageComStreetDTO; |
| | | import com.panzhihua.common.model.dtos.community.building.BuildingDto; |
| | | import com.panzhihua.common.model.dtos.community.large.AreaStreetDetail; |
| | | import com.panzhihua.common.model.dtos.community.large.AreaStreetDetailResp; |
| | | import com.panzhihua.common.model.dtos.community.large.SumAreaStreetResp; |
| | | import com.panzhihua.common.model.dtos.partybuilding.QryReportResp; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComActVO; |
| | | import com.panzhihua.common.model.vos.community.ComStreetVO; |
| | |
| | | R populationStatics(Long streetId); |
| | | |
| | | R probably(Integer year,String belongTo); |
| | | |
| | | SumAreaStreetResp sumAreaStreet(); |
| | | |
| | | AreaStreetDetail areaStreetDetail(String code, String type); |
| | | |
| | | List<QryReportResp> qryReport(String yearTime); |
| | | } |