| | |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 金汇社区 |
| | |
| | | public R expurgateReseauData(@RequestParam("id") String id); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取未绑定人员的网格 |
| | | * @return |
| | | */ |
| | | @GetMapping("/jinhuiReseau/getReseauBoxList") |
| | | public R getReseauBoxList(); |
| | | |
| | | /******************************************************************************************************** |
| | | * |
| | |
| | | public R expurgateCharityData(@RequestParam("id") String id); |
| | | |
| | | |
| | | /*************************************************************************************************************** |
| | | * |
| | | * 金汇大屏 |
| | | * |
| | | **************************************************************************************************************/ |
| | | /** |
| | | * 金汇首页数据 |
| | | * @return |
| | | */ |
| | | @GetMapping("/JinhuiLargeScreen/getIndexInfo") |
| | | public R getIndexInfo(); |
| | | |
| | | |
| | | /** |
| | | * 金汇大屏社区服务 |
| | | * @return |
| | | */ |
| | | @GetMapping("/JinhuiLargeScreen/getCommunityServices") |
| | | public R getCommunityServices(); |
| | | |
| | | /** |
| | | * 金汇居家养老 |
| | | * @return |
| | | */ |
| | | @GetMapping("/JinhuiLargeScreen/getOldMan") |
| | | public R getOldMan(); |
| | | |
| | | } |