| | |
| | | */ |
| | | R detailByPhone(String phone); |
| | | |
| | | /** |
| | | * 报到单位统计-顶部数据 |
| | | * @param communityId |
| | | * @param belongTo |
| | | * @return |
| | | */ |
| | | R unitStatisticsTop(Long communityId, String belongTo); |
| | | |
| | | /** |
| | | * 报到单位统计 |
| | | * @param commonDto |
| | | * @return |
| | | */ |
| | | R unitStatistics(PagePbCheckUnitCommonDto commonDto); |
| | | |
| | | /** |
| | | * 报到党员统计-顶部数据 |
| | | * @param communityId |
| | | * @param belongTo |
| | | * @return |
| | | */ |
| | | R pbStatisticsTop(Long communityId, String belongTo); |
| | | |
| | | /** |
| | | * 报到党员统计-按单位归属统计 |
| | | * @param commonDto |
| | | * @return |
| | | */ |
| | | R pbStatisticsBelong(PagePbCheckUnitCommonDto commonDto); |
| | | |
| | | /** |
| | | * 报到党员统计-按单位统计 |
| | | * @param commonDto |
| | | * @return |
| | | */ |
| | | R pbStatisticsUnit(PagePbCheckUnitCommonDto commonDto); |
| | | } |