| | |
| | | package com.panzhihua.common.service.community; |
| | | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.community.*; |
| | | import com.panzhihua.common.model.vos.user.UserPhoneVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | */ |
| | | @PostMapping("putmicrowishconfirm") |
| | | R putMicroWishConfirm(@RequestBody ComActMicroWishVO comActMicroWishVO); |
| | | |
| | | /** |
| | | * 建筑类型 |
| | | * @param communityId 社区id |
| | | * @return 建筑集合 |
| | | */ |
| | | @PostMapping("listcommngstructbuildtype") |
| | | R listComMngStructBuildType(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 增加删除建筑类型 |
| | | * @param systemmanagementConfigVO 操作内容 |
| | | * @return 操作结果 |
| | | */ |
| | | @PostMapping("putcommngstructbuildtype") |
| | | R putComMngStructBuildType(@RequestBody SystemmanagementConfigVO systemmanagementConfigVO); |
| | | } |