From 190a3c789ff38c990c5c57e18e0943a10dace39d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 22 Sep 2022 16:47:01 +0800
Subject: [PATCH] 20220902
---
src/main/java/cc/mrbird/febs/mall/service/IApiMallGoodsService.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/service/IApiMallGoodsService.java b/src/main/java/cc/mrbird/febs/mall/service/IApiMallGoodsService.java
index 1bd9963..8a2fbfb 100644
--- a/src/main/java/cc/mrbird/febs/mall/service/IApiMallGoodsService.java
+++ b/src/main/java/cc/mrbird/febs/mall/service/IApiMallGoodsService.java
@@ -20,4 +20,6 @@
IPage<MallGoodsCommentVo> findMallGoodsCommentByGoodsId(ApiMallGoodsCommentDto queryDto);
ApiMallGoodsDeliveryVo findDeliverySetting();
+
+ MallGoodsCommentVo findMallGoodsCommentLevelByGoodsId(Long id);
}
--
Gitblit v1.9.1