huliguo
2025-06-13 6acf6357094588946b5528f1ef1ed84a0f1037fd
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/GoodsEvaluateMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.GoodsEvaluate;
import org.apache.ibatis.annotations.Param;
/**
 * <p>
@@ -13,4 +14,5 @@
 */
public interface GoodsEvaluateMapper extends BaseMapper<GoodsEvaluate> {
    GoodsEvaluate getGoodsEvaluateOne(@Param("goodsId") Integer goodsId);
}