| | |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.BigScreenStatisticPartyActivityDTO; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.PageBigScreenStatisticPartyOrg; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.event.ScreenEventListDTO; |
| | | import com.panzhihua.common.model.dtos.community.bigscreen.work.ScreenActActivityListDTO; |
| | | 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.elders.ComEldersAuthGetResultDTO; |
| | | import com.panzhihua.common.model.dtos.elders.ComEldersAuthPageDTO; |
| | | import com.panzhihua.common.model.dtos.elders.ComEldersAuthUserAddAppDTO; |
| | |
| | | @PostMapping("/screen/work/getScreenDiscussList") |
| | | R getScreenDiscussList(@RequestBody ScreenDiscussListDTO discussListDTO); |
| | | |
| | | /** |
| | | * 工作大屏-社区活动列表 |
| | | * @param actActivityListDTO 请求参数 |
| | | * @return 活动列表 |
| | | */ |
| | | @PostMapping("/screen/work/getScreenActActivityList") |
| | | R getScreenActActivityList(@RequestBody ScreenActActivityListDTO actActivityListDTO); |
| | | |
| | | /** |
| | | * 工作大屏-社区活动报名人员列表 |
| | | * @param activityPeopleListDTO 请求参数 |
| | | * @return 社区活动报名人员列表 |
| | | */ |
| | | @PostMapping("/screen/work/getActActivityPeopleList") |
| | | R getActActivityPeopleList(@RequestBody ScreenActActivityPeopleListDTO activityPeopleListDTO); |
| | | |
| | | /** |
| | | * 工作大屏-微心愿列表 |
| | | * @param microListDTO 请求参数 |
| | | * @return 微心愿列表 |
| | | */ |
| | | @PostMapping("/screen/work/getScreenMicroList") |
| | | R getScreenMicroList(@RequestBody ScreenMicroListDTO microListDTO); |
| | | |
| | | } |