| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.exceptions.ServiceException; |
| | | import com.panzhihua.common.model.dtos.community.*; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.ExportEasyPhotoDTO; |
| | | import com.panzhihua.common.model.dtos.community.questnaire.StatisticsSummaryDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | |
| | | public R updatePageeasyphoto(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO) { |
| | | return comActEasyPhotoService.updatePageeasyphoto(comActEasyPhotoVO); |
| | | } |
| | | /** |
| | | * 城管导出 |
| | | */ |
| | | @PostMapping("exportEasyPhoto") |
| | | public R exportEasyPhoto(@RequestBody ExportEasyPhotoDTO exportEasyPhotoDTO){ |
| | | return comActEasyPhotoService.export(exportEasyPhotoDTO); |
| | | } |
| | | |
| | | /** |
| | | * 随手拍详情 |