| | |
| | | import com.ruoyi.common.core.constant.ServiceNameConstants; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | @PostMapping("/appUserShop/delAppUserShop") |
| | | R delAppUserShop(@RequestBody AppUserShop appUserShop); |
| | | |
| | | |
| | | /** |
| | | * 保存关系数据 |
| | | * @param appUserShop |
| | | */ |
| | | @PostMapping("/appUserShop/saveAppUserShop") |
| | | void saveAppUserShop(@RequestBody AppUserShop appUserShop); |
| | | } |