Hentua
2024-01-23 0939c615172f723635d04c58b0e6896fa43b5386
src/main/java/cc/mrbird/febs/mall/service/IApiMallShoppingCartService.java
@@ -13,7 +13,7 @@
 **/
public interface IApiMallShoppingCartService extends IService<MallShoppingCart> {
    List<ShoppingCartGoodsVo> findCartGoodsList();
    List<ShoppingCartGoodsVo> findCartGoodsList(Integer type);
    void addGoodsToCart(List<AddCartDto> addCartDto);