zxl
9 天以前 f20015f5b2a2ac70dcb640d524196efe2c6786d3
framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java
@@ -13,6 +13,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.springframework.web.bind.annotation.RequestBody;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import java.util.List;
@@ -199,4 +200,6 @@
    void addGoodsCommentNum(Integer commentNum, String goodsId);
    void queryExportGoods(HttpServletResponse response, GoodsSearchParams searchParams);
}