| | |
| | | import com.panzhihua.common.model.vos.MenuVO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngStructAreaVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("common/data/special/page") |
| | | R specialInputUser(PageInputUserDTO pageInputUserDTO); |
| | | R specialInputUser(@RequestBody PageInputUserDTO pageInputUserDTO); |
| | | |
| | | /** |
| | | * 删除特殊群体用户 |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("common/data/special/tags/page") |
| | | R specialInputUserTags(ComMngUserTagDTO comMngUserTagDTO); |
| | | R specialInputUserTags(@RequestBody ComMngUserTagDTO comMngUserTagDTO); |
| | | |
| | | /** |
| | | * 新增或修改特殊群体标签 |