| | |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.work.ScreenActActivityPeopleListDTO; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.work.ScreenDiscussListDTO; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.work.ScreenMicroListDTO; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.AddEasyPhotoActivityDTO; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.EditEasyPhotoActivityDTO; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.PageEasyPhotoActivityDTO; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.PageEasyPhotoActivityUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.*; |
| | | import com.panzhihua.common.model.dtos.community.integral.ComActIntegralCommunityRankDTO; |
| | | import com.panzhihua.common.model.dtos.community.integral.admin.AddComActIntegralUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.integral.admin.EditComActIntegralRuleDTO; |
| | |
| | | */ |
| | | @PostMapping("/esayPhotoCount") |
| | | R esayphotoCount(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | /** |
| | | * |
| | | * 城管安排 |
| | | */ |
| | | @PostMapping("updatePageeasyphoto") |
| | | R updatePageeasyphoto(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO); |
| | | /** |
| | | * |
| | | * 随手拍城管导出 |
| | | */ |
| | | @PostMapping("exportEasyPhoto") |
| | | R exportEasyPhoto(@RequestBody ExportEasyPhotoDTO exportEasyPhotoDTO); |
| | | /** |
| | | * 新增社区 |
| | | * |
| | |
| | | */ |
| | | @GetMapping("/questnaire/statisticsSummary/header") |
| | | R statisticsSummaryHeader(@RequestParam("questId") Long questId); |
| | | |
| | | } |