xiaoyong931011
2021-09-27 3d73403e988ea76ffe5083b530a163e62ed39e1d
src/main/java/cc/mrbird/febs/mall/mapper/MallGoodsMapper.java
@@ -11,6 +11,7 @@
import org.apache.ibatis.annotations.Param;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
public interface MallGoodsMapper extends BaseMapper<MallGoods> {
@@ -28,4 +29,6 @@
    AdminMailGoodsDetailVo selectMallGoodsInfoById(@Param("id")long id);
    Map<String, BigDecimal> selectGoodsStockAndVolume(@Param("id") Long id);
    List<MallGoods> selectMallGoodsByCategaryId(@Param("categaryId")Long id);
}