| | |
| | | import com.panzhihua.common.model.dtos.community.building.BuildingDto; |
| | | 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.area.StreetAndBuildVO; |
| | | import com.panzhihua.common.model.vos.community.ComActPasswordVo; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.ScreenStatics; |
| | |
| | | AreaStreetDetailResp selectVillage(@Param("ids") List<Long> ids,@Param("type") String type); |
| | | |
| | | EventPopulationSpecialStatisticsVO selectEvent(@Param("ids") List<Long> ids); |
| | | |
| | | List<QryReportResp> qryReport(String yearTime); |
| | | } |