| | |
| | | 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.shop.ShopStoreVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | */ |
| | | @PostMapping("listtag/getTag") |
| | | R listTags(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 添加SysUser信息 |
| | | * @param storeVO sysUser信息 |
| | | * @return 添加sysUser结果 |
| | | */ |
| | | @PostMapping("addSysUser") |
| | | R addSysUser(@RequestBody ShopStoreVO storeVO); |
| | | } |