| | |
| | | import com.panzhihua.applets.model.vos.LoginRequest; |
| | | import com.panzhihua.common.model.vos.LoginReturnVO; |
| | | import com.panzhihua.common.model.vos.community.ComActVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngStructAreaVO; |
| | | import com.panzhihua.common.service.auth.TokenService; |
| | | import com.panzhihua.common.service.community.CommunityService; |
| | | import com.panzhihua.common.service.user.UserService; |
| | |
| | | return communityService.listCommunity(comActVO); |
| | | } |
| | | |
| | | @ApiOperation(value = "查询小区") |
| | | @ApiOperation(value = "查询小区",response = ComMngStructAreaVO.class) |
| | | @GetMapping("listarea") |
| | | @ApiImplicitParam(name ="communityId",value = "社区id",required = true) |
| | | public R listArea(@RequestParam("communityId") Long communityId){ |