jiangqs
2023-05-04 1bffd4079857f265e0bf05306c0b53fa1583278e
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/console/ShopController.java
@@ -11,6 +11,8 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
/**
 * @author jqs34
 * @ClassName ShopController
@@ -22,7 +24,7 @@
@RequestMapping("/shop")
public class ShopController {
    @Autowired
    @Resource
    private ShopService shopService;
    @InnerAuth