| | |
| | | import com.panzhihua.common.model.dtos.community.ComSwPatrolRecordPageDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.service_community.model.dos.ComSwPatrolRecordDO; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | |
| | | * @return 巡查记录详情查询结果 |
| | | */ |
| | | R detailPatrolRecord(Long patrolRecordId); |
| | | |
| | | /** |
| | | * 巡查记录统计接口 |
| | | * |
| | | * @return 统计结果 |
| | | */ |
| | | R patrolRecordStatistics(Long communityId); |
| | | } |