jiangqs
2023-05-03 00f3a60a31dd5f6bcc4a02f03beb15d91cd4b6f8
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