| | |
| | | package com.panzhihua.service_community.dao; |
| | | |
| | | import com.panzhihua.common.model.vos.DateVO; |
| | | import com.panzhihua.common.model.vos.community.building.admin.BuildingListHeaderStatisticsAdminVo; |
| | | import com.panzhihua.common.model.vos.community.building.admin.PageBuildingListAdminVo; |
| | | import com.panzhihua.common.model.vos.puda.*; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * 红色物业 |
| | | * @return 处理结果 |
| | | * */ |
| | | PropertyVO propertyData(Long community); |
| | | List<PropertyVO> propertyData(Long community); |
| | | |
| | | /** |
| | | * 党建数据 |
| | |
| | | |
| | | PageBuildingListAdminVo peopleInfoAdmin(Long communityId); |
| | | |
| | | BuildingListHeaderStatisticsAdminVo buildingListHeaderStatisticsAdmin(Long communityId); |
| | | |
| | | /** |
| | | * 建筑数量统计 |
| | | * */ |
| | | int assetAnalysis(Long communityId); |
| | | |
| | | |
| | | } |