Administrator
5 days ago 15234e1e09b01402f2e1477374b49acf2a7c8f16
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);